Made the <code>maven.war.final.name</code> property public as it is required by several other plugins and before this change the only way is for these plugins was to call the non-public <code>war:init</code> goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-07-15 09:28:56 +00:00
parent 50c5a5c124
commit f60288f1f3
4 changed files with 21 additions and 7 deletions

View File

@@ -33,14 +33,10 @@
<!--==================================================================-->
<!-- Initializations -->
<!--==================================================================-->
<goal name="war:init"
description="Initialize the file system and attain any necessary goals">
<goal name="war:init">
<ant:available property="webSourcesPresent" type="dir"
file="${maven.war.src}"/>
<ant:property name="maven.war.final.name"
value="${pom.artifactId}.war"/>
</goal>