You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Manos Batsis <ma...@geekologue.com> on 2007/06/09 17:29:34 UTC

War Plugin not overwriting files?

I'm generating JSP and Java code with a custom Ant task and the Antrun 
plugin during the generate-sources phase. The JSP files are copied in

${project.build.directory}/${project.artifactId}-${project.version}

The weird thing is that when the war plugin runs, it does not overwrite 
generated files with the ones in src/main/webapp, probably because the 
generated ones have a more recent timestamp. Is there a way to make the 
war plugin overwrite the generated files?

Many thanks,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org