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 2007/07/14 00:32:13 UTC

[jira] Updated: (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 updated MASSEMBLY-213:
---------------------------------

    Fix Version/s: 2.2-beta-2

I'll update the dependency and re-deploy the 2.2-beta-2-SNAPSHOT plugin in just a couple minutes...can you retry with this new version, or (much preferred, actually) attach a failing test project, so I can incorporate it into the plugin's integration-tests?

> 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