Re: deploying project jars on maven repo

2009-08-08 Thread Brian Fox
Here you go: http://www.sonatype.com/people/2009/06/publishing-your-artifacts-to-the-central-maven-repository/ On Fri, Aug 7, 2009 at 7:43 PM, David Weintraub wrote: > If you want, you can deploy JARs in your own Maven repository. There are > several public Maven repositories out there which are

Re: deploying project jars on maven repo

2009-08-07 Thread David Weintraub
If you want, you can deploy JARs in your own Maven repository. There are several public Maven repositories out there which are more or less open to any open source project. The biggies like Codehaus or maven.org have there own projects. You can see how to make your project a CodeHaus projec

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
om: Ricky [mailto:ricky...@gmail.com] > > Sent: Friday, August 07, 2009 4:45 PM > > To: Maven Users List > > Subject: Re: deploying project jars on maven repo > > > > I knew I would that response :) sorry i wasn't clear enough, > > I meant deploying

RE: deploying project jars on maven repo

2009-08-07 Thread Todd Thiessen
y [mailto:ricky...@gmail.com] > > > Sent: Friday, August 07, 2009 4:39 PM > > > To: Maven Users List > > > Subject: deploying project jars on maven repo > > > > > > Hi, > > > What is the process a project has to go through if it > w

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
; guide? > > http://www.sonatype.com/books/maven-book/reference/ > > --- > Todd Thiessen > > > > -Original Message- > > From: Ricky [mailto:ricky...@gmail.com] > > Sent: Friday, August 07, 2009 4:39 PM > > To: Maven Users List > > Subje

RE: deploying project jars on maven repo

2009-08-07 Thread Todd Thiessen
st > Subject: deploying project jars on maven repo > > Hi, > What is the process a project has to go through if it wants > to get its jars deployed on a maven repo? (so that they can > then be referenced on POM using tag). > > Any gu

deploying project jars on maven repo

2009-08-07 Thread Ricky
Hi, What is the process a project has to go through if it wants to get its jars deployed on a maven repo? (so that they can then be referenced on POM using tag). Any guidelines / suggestions? Rick