2009/5/29 Stuart McCulloch <[email protected]>

> 2009/5/28 Sam Halliday <[email protected]>
>
>>
>> Dear all,
>>
>> I'm the maintainer of the following Java projects:-
>>
>>  http://code.google.com/p/netlib-java/
>>  http://code.google.com/p/matrix-toolkits-java/
>>
>> I'd very much like to be able to ensure that these projects (binaries,
>> sources and Javadocs) are available on Maven! I've read the documentation
>> here
>>
>>  http://maven.apache.org/guides/mini/guide-central-repository-upload.html
>>
>> but I admit I'm totally lost.
>>
>> Does anybody know of a step by step guide to upload to the maven central
>> repo? I don't know if Google Code has rsync access and I absolutely do not
>> want to move my projects from ant to maven for building (especially not
>> the
>> netlib-java one). I also presume that I need to file for some sort of
>> account?
>>
>
> FYI, Sonatype is offering repository hosting for open source projects:
>
>    https://docs.sonatype.com/display/NX/OSS+Repository+Hosting
>
> and your released artifacts will get mirrored to Maven central as well
>

PS. you don't need to migrate your project to Maven to use this hosting -
just use the deploy-file goal:

   http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html

with the relevant repository details and deploy the binaries one by one (or
write a script to do this)


>
> --
>> View this message in context:
>> http://www.nabble.com/Make-Google-Code-ant-projects-available-tp23763883p23763883.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
>

Reply via email to