Fix conflict between properties define in plugin.properties and properties.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-09-03 08:31:02 +00:00
parent d9958e1cf5
commit 4b5400a8a5
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -36,7 +36,7 @@
<td>
Comma or space separated list of Ant path patterns specifycing
what files and directories from <code>${maven.war.src}</code>
should be exluded from the web application. No files are excluded
should be excluded from the web application. No files are excluded
by default.
</td>
</tr>