You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<environment>dev</environment>
using data.json: ... "environment": "${environment}", ...
when following command applied: mvn clean package -Denvironment=prod
it applies dev
The text was updated successfully, but these errors were encountered:
Having a property in a pom:
<environment>dev</environment>
using data.json:
... "environment": "${environment}", ...
when following command applied:
mvn clean package -Denvironment=prod
it applies dev
The text was updated successfully, but these errors were encountered: