Re: Helping projects get into maven central

2011-03-02 Thread Ruben Garat
I have looked at those options currently I am using the 7c option of invoking the maven gpg plugin with sign-and-deploy from ant but that has the problems that I indicated in the first mail, and is not as friendly to add to an ant build as just using the maven ant tasks like artifact:deploy O

Re: Helping projects get into maven central

2011-03-02 Thread Anders Hammar
Did you have a look at 7b or 7c of this usage guide? One of these should be a fit for you! /Anders On Wed, Mar 2, 2011 at 15:19, Ruben Garat wrote: > Hi, I am already using oss.sonatype.org and following this guide. But this > are projects that are not using maven, they use ant and have no inte

Re: Helping projects get into maven central

2011-03-02 Thread Ruben Garat
Hi, I am already using oss.sonatype.org and following this guide. But this are projects that are not using maven, they use ant and have no interest to move their build process to maven, even though they are willing to make the effort to get their libraries released into maven central. I think

Re: Helping projects get into maven central

2011-03-01 Thread Jochen Wiedmann
I suggest that you use the Nexus repository manager on oss.sonatype.org for that. If you follow the instructions at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide then the maven-release-plugin should be able to do anything what you need. On Tue, Mar 1,

Helping projects get into maven central

2011-03-01 Thread Ruben Garat
Hi I am trying to help some projects get into maven central, starting with LWJGL (opengl binding for java) and Jinput (input abstraction, keyboard, mouse, gamepads, joystick, etc). What I am currently doing is using the maven gpg plugin to sign and