[
http://jira.codehaus.org/browse/MASSEMBLY-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_99390
]
Mike Cumings commented on MASSEMBLY-213:
----------------------------------------
Looks to be caused by http://jira.codehaus.org/browse/PLXCOMP-68
I've submitted a patch and a request to have plexus-archiver 1.0-alpha-9 built
for use by the assembly plugin. I'm also attaching a patch to this issue which
adds some required methods which are required to work with the new code
in 1.0-alpha-9. As you can see in the patch, the changes are quite transparent
to functional operation.
Once PLXCOMP-68 is integrated into a non-SNAPSHOT, I cordially request a
new release of the assembly plugin as well, if possible. Thanks in advance.
> jar-with-dependencies and signed jars issue again
> -------------------------------------------------
>
> Key: MASSEMBLY-213
> URL: http://jira.codehaus.org/browse/MASSEMBLY-213
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-1
> Reporter: TAKATA, Satoshi
> Attachments: alpha9.patch
>
>
> /META-INF/*.RSA
> /META-INF/*.SF
> /META-INF/*.rsa
> /META-INF/*.sf
> These files are not excluded with the configuration below.
> <plugin>
> <artifactId>maven-assembly-plugin</artifactId>
> <configuration>
> <descriptorRefs>
> <descriptorRef>jar-with-dependencies</descriptorRef>
> </descriptorRefs>
> <archive>
> <manifest>
> <mainClass>my.MainClass</mainClass>
> <packageName>my</packageName>
> </manifest>
> </archive>
> </configuration>
> </plugin>
--
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