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
properties-maven-plugin in version 1.2.0 with the goal read-project-properties does not override existing properties even if override is explicitly set to true
Environment
Plugin version 1.2.0
Windows 10 + maven 3.6.2 or Docker/Linux + maven 3.9.4
When properties exist during project load - it will be resolved - as you can see by executing: mvn help:effective-pom
properties-maven-plugin try to change properties in project after project is loaded ....
When properties doesn't exist during project load it will be unresolved and pass to ant task as string ...
Summary
properties-maven-plugin in version 1.2.0 with the goal read-project-properties does not override existing properties even if override is explicitly set to true
Environment
Example to reproduce
https://github.com/Weihnachtswurst/properties-maven-plugin-bug-override-no-effect
The text was updated successfully, but these errors were encountered: