war:war goal is simply packaging (using ant jar task) the directory created by war:webapp goal.

This change simplifies the customization of processing and removes code duplication.

Fix for Maven-481 - tlds deps can be bundled in wars


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-07-02 10:34:48 +00:00
parent b181837933
commit 508910ff0e
5 changed files with 105 additions and 68 deletions

View File

@@ -18,3 +18,4 @@ maven.war.build.dir = ${maven.build.dir}
# 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}
maven.war.tld.dir=WEB-INF/tld