It was either the <gpg.keyname>, or Jukka's suggestion to add the apache-release profile. I get through key signing now. Thanks! I'll update our wiki accordingly.
Now crossing fingers that the rest goes smoothly... On Wed, Oct 21, 2009 at 11:20 PM, Benson Margulies <[email protected]> wrote: > 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> >
