2009/5/29 Sam Halliday <[email protected]> > > Apologies, Stuart! I was (and still am) confused by your use of the word > "repository", which means "source repository" to me. >
Hi Sam, no worries, I should have been more specific - and I should also point out that I work with the Sonatype team now and again, in the interests of full disclosure I will absolutely look at this if you believe it simplifies things. > I personally have found it does help, but there is a learning curve to begin with. however once you have everything setup and automated then it should pay off otherwise if you can find a server that lets you upload binaries and setup rsync then you can use that (as this was an OPS4J sponsored project I was originally using their server to do the rsync, but we're now moving over to use Nexus) if you decide to try it and get stuck, send me a note and I'll see if I can help The problem is somewhat complicated by the fact that netlib-java depends on > a binary released by the following project (which isn't on netlib). > > https://sourceforge.net/projects/f2j > > And I'll probably have to work with the author to create a Maven bundle (or > whatever it is rightly called). Avoiding 4 week wait times would be good! > yep, I've been in that situation myself waiting for Guice 2 to be released ;) -- Cheers, Stuart Stuart McCulloch wrote: > > > > 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 > > > > > > -- > View this message in context: > http://www.nabble.com/Make-Google-Code-ant-projects-available-tp23763883p23765809.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] >
