2009/5/29 Sam Halliday <[email protected]> > > Not interested in moving my project hosting. >
you don't have to ;) I have the following project: http://code.google.com/p/peaberry/ which currently uses Ant to build this is now going to be deployed using Sonatype hosting - I just have to amend my deploy script: mvn deploy:deploy-file -Durl=<host.repo.url> -Dfile=<some.jar> -DpomFile=<some.pom> the Sonatype stuff is just managing the Maven upload and staging process for me, nothing more I'm certainly not planning on moving this project from googlecode :) Stuart McCulloch wrote: > > > > ... What appears to be a sales pitch... more of a FYI, as it's a free service and you were asking about ways to upload to Maven central > -- > View this message in context: > http://www.nabble.com/Make-Google-Code-ant-projects-available-tp23763883p23765110.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Stuart
