assembly plugin sign all dependented jars

2011-01-05 Thread xtonic

I would like to produce a tar with my project artifact and all its dependents
jars jarsigned. Also, I would like to deploy the tar as attachment.

I used assembly plugin and write my own descriptor. However, I don’t know
how to sign all the jars before the tar is created. 

I did try create the assemble as dir(instead of tar), call antrun to sign
and create the final tar. However, Maven will not include the tar as
attachment.

Thanks

-- 
View this message in context: 
http://maven.40175.n5.nabble.com/assembly-plugin-sign-all-dependented-jars-tp3328397p3328397.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: assembly plugin sign all dependented jars

2011-01-05 Thread Stephen Connolly
On 5 January 2011 08:22, xtonic davidptw...@gmail.com wrote:


 I would like to produce a tar with my project artifact and all its
 dependents
 jars jarsigned. Also, I would like to deploy the tar as attachment.

 I used assembly plugin and write my own descriptor. However, I don’t know
 how to sign all the jars before the tar is created.

 I did try create the assemble as dir(instead of tar), call antrun to sign
 and create the final tar. However, Maven will not include the tar as
 attachment.


use
http://maven.apache.org/plugins/maven-antrun-plugin/tasks/attachArtifact.htmlto
attach the artifact


 Thanks

 --
 View this message in context:
 http://maven.40175.n5.nabble.com/assembly-plugin-sign-all-dependented-jars-tp3328397p3328397.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org