Pierre-Arnaud Marcelot schrieb: > Thanks Felix, > > I will try that... > > But this means it will be uploaded to > scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository > <http://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository> > while I thought we should now release to > https://repository.apache.org/service/local/staging/deploy/maven2
It'll still be synced like before as probably many of the ASF projects using maven haven't switched to the latest TLP pom 5. > > Anyway, it does not matter... > If it works... I'm OK with releasing at this location. > > Regards, > Pierre-Arnaud > > On Tue, Apr 7, 2009 at 11:10 AM, Felix Knecht <[email protected] > <mailto:[email protected]>> wrote: > > Pierre-Arnaud Marcelot schrieb: > > I followed everything... > > > > Here's my settings.xml file: > > <Snip> > > <!-- Profile for to use for the release --> > > <profile> > > <id>release</id> > > <properties> > > <!-- > > Configuration for artifacts signature > > --> > > <gpg.passphrase>**********</gpg.passphrase> > > <!-- > > If you want to use another key than the default one, > uncomment > > the > > following line. > > --> > > <!--<gpg.keyname>keyname</gpg.keyname>--> > > > > <!-- > > Configuration for jars signature > > --> > > > > > > <jarsign.keystore>/Users/pajbam/Development/Apache/Documents/keystore</jarsign.keystore> > > <jarsign.alias>studio</jarsign.alias> > > <jarsign.storepass>*******</jarsign.storepass> > > > > <!-- > > This is an alternative URL for a deployment repository when > > doing a release > > mvn release:perform -Prelease > > --> > > > > > > <!--<release.altDeploymentRepository>-DaltDeploymentRepository=test.release::default::file:///Users/pajbam/Development/Apache/FakeRepository/</release.altDeploymentRepository>--> > > </Snip> > > This is commented, IMO it should be > > <release.altDeploymentRepository>-DaltDeploymentRepository=apache.release::default::scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository > > <http://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository></release.altDeploymentRepository> > >
