When I used to use Ant I had an ant target that would copy a pre-prepared
HTML file into the webApp's pages - replacing/filtering ${build.date}  ${
build.version} etc, so that Users and Testers could see which version of the
application they have deployed.

I was about to do a similar function for Maven, but then wondered how does
everyone else do this ?
Are there any M2 plugins to help ?

I've seen the http://mojo.codehaus.org/changes-maven-plugin/howto.html
'Maven 2 Changes Plugin', but presumably this is just published to the
Application's Site, where as I want the information deployed as part of the
app's web pages.

Any thoughts / suggestions appreciated.

We're currently not using the release plugin because of the unresolved
issues.

Reply via email to