maxmil wrote:
> 
> When i generate my war to export to my application server in my production
> environment i don't want the htmls, gifs, jpgs etc to be copied.
> 

Try changing the property:
http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceDirectory
to an empty directory.

By default, all ressources from the webapp directory are copied (without
filtering), and your extras webRessource configuration is added to the
war....

Denis.
-- 
View this message in context: 
http://www.nabble.com/Separate-static-content-in-war-tf1981030.html#a5463278
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to