You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2008/12/11 00:34:19 UTC

[jira] Closed: (MASSEMBLY-213) jar-with-dependencies and signed jars issue again

     [ 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