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