[ http://jira.codehaus.org/browse/MASSEMBLY-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey closed MASSEMBLY-213. -------------------------------- Assignee: John Casey Resolution: Fixed we're using plexus-archiver 1.0-alpha-11-SNAPSHOT in the latest 2.2-beta-3-SNAPSHOT versions of maven-assembly-plugin, so the fix for this should be included. Can someone take a look and verify? Better yet, can anyone provide a test case that would express the problem, so I can adapt it to our integration-tests tree and prevent the problem from coming back? > 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 > Assignee: John Casey > Fix For: 2.2-beta-3 > > 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