I wrote a Java Web Application where I replace URLs to static content at build time to add version information, primarely for caching.
For example, href=\"mya
This seems to be a bug in the latest 1.5.2 Version.
As soon as I change the version on bugfix level down to 1.5.1, the Not Working Example works just as expected and all tokens are replaced by their values.
com.google.code.maven-replacer-plugin
replacer
1.5.1
prepare-package
replace
${project.build.directory}/myApp/index.jsp
%PROJECT_VERSION%
${project.version}
I also removed the ignoreMissingFile as suggested by ben.