Fix MAVEN-1009

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-11-08 01:52:58 +00:00
parent 4993ca3f5d
commit dfbabe6963

View File

@ -53,7 +53,7 @@
<ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
<ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
<ant:attribute name="Implementation-Vendor-Id" value="${pom.organization.identifier}"/>
<maven:pluginVar var="mainClass" plugin="maven-java-plugin" property="maven.jar.mainclass" />
<maven:pluginVar var="mainclass" plugin="maven-java-plugin" property="maven.jar.mainclass" />
<j:if test="${!empty(mainclass)}">
<ant:attribute name="Main-Class" value="${mainclass}"/>
</j:if>