eclipse:make-artifacts adds manifest entries in the unpacked Eclipse plugins
and messes up signed artifacts
-----------------------------------------------------------------------------------------------------------
Key: MECLIPSE-528
URL: http://jira.codehaus.org/browse/MECLIPSE-528
Project: Maven 2.x Eclipse Plugin
Issue Type: Bug
Affects Versions: 2.5.1
Environment: Win XP SP2, Java 1.5.0.11
Reporter: Costin Caraivan
Attachments: org.apache.ant-1.7.0-v200803061910.jar
When deploying Eclipse plugins from a local install, make-artifacts adds two
entries to the manifest entries of unpacked plugins:
> Archiver-Version: Plexus Archiver
> Created-By: 1.5.0_11-b03 (Sun Microsystems Inc.)
Deploy command:
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5.1:make-artifacts
-DeclipseDir="C:\eclipse"
-DstripQualifier=false
-DresolveVersionRanges=true
-DdeployTo=whatever
The problem is that you package them as jars, and the jar-plugin somehow feels
the need to change the manifest. This messes up the signatures, since you don't
resign the jar.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira