Applied James CE Johnson's patch so that other plugins can get the "maven.war.final.name" property without having to execute the war:war goal...

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-04-13 10:17:18 +00:00
parent 73cc7cc5a9
commit 39d24d840d

View File

@@ -22,6 +22,9 @@
<attainGoal name="java:compile"/>
<attainGoal name="test:test"/>
</j:if>
<property name="maven.war.final.name"
value="${pom.artifactId}.war"/>
</goal>
@@ -29,9 +32,6 @@
<!-- Builds a war file -->
<!--==================================================================-->
<goal name="war:war" prereqs="war:init" description="Build a war file">
<property name="maven.war.final.name"
value="${pom.artifactId}.war"/>
<echo>Building WAR ${pom.artifactId}</echo>