PR: MPJAR-7
prevent potential invalid manifest creation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -115,7 +115,9 @@
|
||||
<ant:section name="${pom.package}">
|
||||
<ant:attribute name="Specification-Title" value="${pom.artifactId}"/>
|
||||
<ant:attribute name="Specification-Vendor" value="${pom.organization.name}"/>
|
||||
<!--
|
||||
<ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
|
||||
-->
|
||||
<ant:attribute name="Implementation-Title" value="${pom.package}"/>
|
||||
<ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
|
||||
<ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
|
||||
|
||||
@@ -95,7 +95,9 @@
|
||||
<ant:attribute name="Extension-Name" value="${pom.artifactId}"/>
|
||||
<ant:attribute name="Specification-Title" value="${specificationTitle}" />
|
||||
<ant:attribute name="Specification-Vendor" value="${pom.organization.name}"/>
|
||||
<!--
|
||||
<ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
|
||||
-->
|
||||
<ant:attribute name="Implementation-Title" value="${pom.package}"/>
|
||||
<ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
|
||||
<ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
|
||||
|
||||
Reference in New Issue
Block a user