I have a project created with maven. It is responsible for building war file. Is it possible that in some resources maven would change property placeholders ${prop}
in some resources to values from another *.properties
file.
Asked
Active
Viewed 2,377 times
0

Dagaz
- 353
- 4
- 15
-
1possible duplicate of [Maven Change a value in a file based on profile](http://stackoverflow.com/questions/2335431/maven-change-a-value-in-a-file-based-on-profile) – Manish Jun 19 '14 at 06:15
-
Look at http://stackoverflow.com/questions/18574025/maven-set-property-in-pom-xml-from-properties-file – Eldad Assis Jun 19 '14 at 09:10
-
Thank you guys, I did not managed to get correct keywords for search :) – Dagaz Jun 19 '14 at 10:44