On 4/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
However, this is going to run the GPG plugin every time I run install (I tested).
...
How can I ensure that the GPG plugin is only used when I'm using the deploy goal?
Put the plugin execution config in a profile, and only enable it when you want to sign the artifacts. Using a profile id of 'release' works well for this as it seems to get enabled automatically by the release plugin. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
