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:
brett
2004-04-28 03:38:46 +00:00
parent be8c41904d
commit 31ccf74f7b
2 changed files with 4 additions and 0 deletions

View File

@@ -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}"/>

View File

@@ -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}"/>