Fix for maven.jar.manifest.extensions.add not being checked
correctly. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
<ant:attribute name="Main-Class" value="${mainclass}"/>
|
||||
</j:if>
|
||||
|
||||
<j:if test="${maven.jar.manifest.extensions.add == 'true'}">
|
||||
<j:set var="jarExtensions" value="${maven.jar.manifest.extensions.add}"/>
|
||||
<j:if test="${jarExtensions == 'true'}">
|
||||
<j:set var="extensionList" value=""/>
|
||||
<j:forEach var="artifact" items="${pom.artifacts}">
|
||||
<j:set var="dep" value="${artifact.dependency}"/>
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="fix">Fix MAVEN-1009</action>
|
||||
<action dev="dion" type="fix">
|
||||
Fix for maven.jar.manifest.extensions.add not being checked
|
||||
correctly.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-09-29">
|
||||
|
||||
Reference in New Issue
Block a user