Do you have the right stuff in your .m2/settings.xml?
Here is the page I wrote for XmlSchema that might shed some light:
When I do apache releases that are not targeted at Nexus, I use:
<profile>
<id>release</id>
<properties>
<gpg.passphrase>...my passphrase....</gpg.passphrase>
<gpg.keyname>[email protected]</gpg.keyname>
<deploy.altRepository>apache.releases::default::scp://
people.apache.org/home/bimargulies/public_html/maven_staging
</deploy.altRepository>
</properties>
</profile>
On Wed, Oct 21, 2009 at 12:26 PM, Sean Owen <[email protected]> wrote:
> I'm at a loss, I backed up and made sure to use the steps and config
> in the Mahout wiki. I am still stuck on gpg:sign. While I take some
> more wild guesses, I'd greatly appreciate someone else trying the
> release, simply to see whether the same issue appears. Knowing whether
> it's something specific to my environment would be helpful in figuring
> out where the problem is.
>
> Or, is there any contact at Apache that would be appropriate to
> contact next? is this Jukka's role?
>
> Or, is it necessary to run these steps? Is doing this manually just a
> matter of copying the tarballs to certain places, and updating the SVN
> tag? Just being practical here, if the tool is not working or is
> inscrutable to debug, let's go around it. I imagine that in theory
> there is not much to do here.
>
> On Wed, Oct 21, 2009 at 2:00 PM, Grant Ingersoll <[email protected]>
> wrote:
> >
> > On Oct 21, 2009, at 8:53 AM, Sean Owen wrote:
> >
> >> I see. I had been stuck on mvn release:prepare and still am. However
> >> now I understand that the right configuration is a hybrid of the wiki
> >> below (which I followed first) and Jukka's page (which I followed
> >> second). I will have another run at it.
> >>
> >> I agree it will be good for me to get it working too in order to vet
> >> the process, no problem. At the same time if you are able to just do
> >> the release, and I'm still stuck, might as well get 0.2 out rather
> >> than block merely on my head-scratching.
> >
> > I think your head scratching is worthwhile, actually. It is critical in
> > these early stages that we get these things worked out, since it will
> make
> > it easier in the long run for others to do this stuff and to understand
> the
> > project.
> >
> >>
> >> On Wed, Oct 21, 2009 at 11:29 AM, Grant Ingersoll <[email protected]>
> >> wrote:
> >>>
> >>> You shouldn't be uploading to the ASF repo that way, I think. Just put
> >>> them
> >>> up in your public_html.
> >>>
> >>> And, no, you don't need to add your key to the Maven KEYS file. It
> just
> >>> needs to be in the Mahout KEYS file.
> >>>
> >>> Are you following: http://cwiki.apache.org/MAHOUT/how-to-release.html?
> >>> What step are you stuck on?
> >>>
> >>> Earliest I can try something is tomorrow.
> >
> >
>