diff --git a/war/plugin.properties b/war/plugin.properties index a5c5d3b5..d6dc9d11 100644 --- a/war/plugin.properties +++ b/war/plugin.properties @@ -6,6 +6,10 @@ # Location of where the webapp is located in the source tree. The # WEB-INF directory is located right under ${maven.war.src}. maven.war.src=${maven.src.dir}/webapp +# Files to include and exclude from war +# Note: Files are relative to maven.war.src +maven.war.src.includes=** +maven.war.src.excludes= # Location of web.xml file maven.war.webxml=${maven.war.src}/WEB-INF/web.xml # Classes to include and exclude from WEB-INF/classes @@ -19,7 +23,3 @@ maven.war.build.dir = ${maven.build.dir} # ${maven.war.build.dir}/${pom.artifactId} maven.war.webapp.dir = ${maven.war.build.dir}/${pom.artifactId} maven.war.tld.dir=WEB-INF/tld -# Files to include and exclude from ejb -# Note: Files are relative to build.dir -maven.war.src.includes=** -maven.war.src.excludes=**/package.html diff --git a/war/xdocs/properties.xml b/war/xdocs/properties.xml index fcd63289..ee76f42e 100644 --- a/war/xdocs/properties.xml +++ b/war/xdocs/properties.xml @@ -36,7 +36,7 @@ Comma or space separated list of Ant path patterns specifycing what files and directories from ${maven.war.src} - should be exluded from the web application. No files are excluded + should be excluded from the web application. No files are excluded by default.