[ http://jira.codehaus.org/browse/MASSEMBLY-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_102229 ]
John Casey commented on MASSEMBLY-213: -------------------------------------- This is going to take more work than I realized, since there are new methods and classes involved. I have a specialized archiver proxy implementation in the assembly plugin that adds a prefix root to everything, and I'll need to make that work before I can turn this loose. > 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 > Fix For: 2.2-beta-2 > > 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