Is assembly:assembly run at the command line?

You can use jarPath on the jar:sign goal to set the right one:
http://maven.apache.org/plugins/maven-jar-plugin/sign-mojo.html

If you'd like this all done in the lifecycle - you can use
assembly:single and jar:sign to the package phase.

Cheers,
Brett

2008/8/15 Ricky Clarkson <[EMAIL PROTECTED]>:
> Hi,
>
> We would like to be able to sign our jar file for distribution, and have
> noticed that the jar plugin has a sign task.  However, this task is part of
> the "package" phase of the lifecycle, at which point we don't have the right
> jar file - we want to do it when assembly:assembly is executed.  In which
> direction should we be looking for solving this?  Forking the jar task?
> Finding another plugin?
>
> Thanks,
> Ricky.
>



-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to