Fix for MPWAR-22.
Fix typo in plugin.properties and document common location of the manifest file git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cdcfa522ec
commit
4baab9370e
@ -41,4 +41,5 @@ maven.war.build.dir = ${maven.build.dir}
|
||||
maven.war.webapp.dir = ${maven.war.build.dir}/${pom.artifactId}
|
||||
maven.war.tld.dir=WEB-INF/tld
|
||||
|
||||
maven.jar.manifest=${pom.build.sourceDirectory}/META-INF/MANIFEST.MF
|
||||
# Location of the manifest file to be used
|
||||
maven.war.manifest=${maven.war.src}/META-INF/MANIFEST.MF
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-war-plugin</id>
|
||||
<name>Maven WAR Plugin</name>
|
||||
<currentVersion>1.6</currentVersion>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<description>War Plugin for Maven</description>
|
||||
<shortDescription>War Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/war/</url>
|
||||
|
||||
@ -24,6 +24,11 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="in CVS">
|
||||
<action dev="dion" type="fix" issue="MPWAR-22">
|
||||
Allow use of maven.war.manifest to specify the manifest file location
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.6" date="2004-05-12">
|
||||
<action dev="brett" type="fix" issue="MPWAR-25">preserve last modified time of source files in the exploded webapp</action>
|
||||
<action dev="brett" type="fix" issue="MPWAR-1">Call test:test regardless of whether sources are present as it contains build logic</action>
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
Location of the MANIFEST.MF file in the source tree. It defaults to
|
||||
<code>${pom.build.sourceDirectory}/META-INF/MANIFEST.MF</code>.
|
||||
<code>${maven.war.src}/META-INF/MANIFEST.MF</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user