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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user