Re: Release mavn-scm plugin project

2009-01-09 Thread Wendy Smoak
On Fri, Jan 9, 2009 at 1:51 PM, Todd Thiessen  wrote:
> I have copied the scm plugin to my local repo and want to make some
> customizations (I can't submit these back to the public repo yet) but I
> am having trouble using the release plugin to release this project and
> deploy to our internal Maven repo..
>
> However, the release fails because of the GpgPlugin, which I never used
> before.

Change the  of the modified plugin to your own organizational
parent, (or none at all).

You might want to review the original parent to see if you need to
copy anything else down into the modified plugin's pom, since it will
not be inherited.

-- 
Wendy

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



Release mavn-scm plugin project

2009-01-09 Thread Todd Thiessen
I have copied the scm plugin to my local repo and want to make some
customizations (I can't submit these back to the public repo yet) but I
am having trouble using the release plugin to release this project and
deploy to our internal Maven repo..

However, the release fails because of the GpgPlugin, which I never used
before.

But the gpg plugin is defined in the maven-parent pom? Is there a way I
can stop the scm project from using it without having to also download
maven-parent pom project and remove it from there?

---
Todd Thiessen

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