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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to