Does the "war" plugin's war:war goal read the <resources> in project.xml when deciding 
what files to include/exclude in the .war that is built, or is <resources> only for 
.jars?
 
I'm trying to figure out how to exclude certain resources from the .war.  I saw that 
there is a "maven.war.classes.excludes" property for the "war" plugin, but didn't see 
a "maven.war.resource.excludes" one.
 
Do I just need to write a pregoal for "war:war" that deletes certain resources in 
"${maven.war.webapp.dir}"?
 
Thank you.




---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to