I would like to conditionally update an arbitrary .xml file in my .war during the maven build. Is this possible?
I know I could simply use the exec-maven-plugin to run a shell script that opens and edits the file. But what I need is something a bit more elaborate. I need to update the file *if and only if there have been changes in the file since the last build*. In other words, I need access to svn as well. Is there any way to do this? I have no idea ... Many thanks! -- View this message in context: http://maven.40175.n5.nabble.com/How-to-change-an-xml-file-in-my-war-during-build-tp5712139.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
