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<[email protected]> wrote: > 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 project here: > <http://codehaus.org/customs/selection.html>. > > Basically, most companies have their own Maven repoitries, and your local > copy of Maven is configured to look for Jars there. Some companies have s > corporate POM all projects reference. > > What are you looking for? Just the ability to share jars between local > projects or do you have an open source project you want to share with the > world? > > -- > David Weintraub > [email protected] > Sent from my iPhone while riding in my Ferrari. (Jealous?) > > On Aug 7, 2009, at 4:39 PM, Ricky <[email protected]> wrote: > >> 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 >> <dependency /> tag). >> >> Any guidelines / suggestions? >> >> >> Rick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
