Index: plugin.properties =================================================================== retrieving revision 1.8 diff -u -r1.8 plugin.properties --- plugin.properties 7 Sep 2003 17:25:21 -0000 1.8 +++ plugin.properties 18 Feb 2004 14:00:46 -0000 @@ -20,6 +20,8 @@ # Location where the war will be created. Defaults to # ${maven.build.dir} maven.war.build.dir = ${maven.build.dir} +#include resources defined in the pom +maven.war.pom.resoureces.include=false # Location where the webapp will be created. Defaults to # ${maven.war.build.dir}/${pom.artifactId} maven.war.webapp.dir = ${maven.war.build.dir}/${pom.artifactId}