-
Article: Setting up a Maven repository with Artifactory (12 messages)
- Posted by: Joseph Ottinger
- Posted on: June 20 2007 09:00 EDT
Maven is a popular build tool available for Java developers. One of the benefits of Maven is that helps to reduce the duplication of dependent software libraries (jars) required to build an application. The maven-suggested approach is to store all the software libraries in a remote store called a repository. This article looks at some of the use cases that a maven repository should implement. Criteria for choosing a maven repository are listed. Steps involved in setting up a maven repository using Artifactory are explained. Examples of maven 'pom' files which use this repository are shown.Threaded Messages (12)
- dang good werk! by Elmira Fudd on June 20 2007 09:44 EDT
- Re: Article: Setting up a Maven repository with Artifactory by Christoph Henrici on June 20 2007 10:02 EDT
- Re: Article: Setting up a Maven repository with Artifactory by Yoav Landman on June 20 2007 15:30 EDT
- New Info on repo managers by Brian Fox on April 08 2009 12:17 EDT
- do not forget about Archiva ! by Piotr Kania on June 21 2007 03:13 EDT
- Jetty? by Rob Ottaway on June 27 2007 11:07 EDT
- Artifactory IS using Jetty by Ophir Radnitz on June 28 2007 19:40 EDT
- Re: Article: Setting up a Maven repository with Artifactory by michele michele on July 04 2007 05:08 EDT
- Great Article by jianwu chen on August 09 2007 04:22 EDT
- Maven Repository Browser by Philip Provoost on July 29 2008 03:22 EDT
- Re: Maven Repository Browser by Brian Fox on April 08 2009 12:11 EDT
- New, Up-to-date article regarding Maven repositories by Shlomi Haim on December 20 2009 10:16 EST
-
dang good werk![ Go to top ]
- Posted by: Elmira Fudd
- Posted on: June 20 2007 09:44 EDT
- in response to Joseph Ottinger
Kudos to the author! Down right rashunal I must say! I likes tuh see analyses like this here one - keep 'em uh comin! -
Re: Article: Setting up a Maven repository with Artifactory[ Go to top ]
- Posted by: Christoph Henrici
- Posted on: June 20 2007 10:02 EDT
- in response to Joseph Ottinger
Really great help. -
Re: Article: Setting up a Maven repository with Artifactory[ Go to top ]
- Posted by: Yoav Landman
- Posted on: June 20 2007 15:30 EDT
- in response to Joseph Ottinger
Thanks for a great article and a great review of Artifactory :) FYI, Artifactory 1.2.1 final is due any day now. The current latest version is 1.2.1-rc4 (so it's better to download this instead of rc1). Thanks again, Yoav Landman The Artifactory Team -
New Info on repo managers[ Go to top ]
- Posted by: Brian Fox
- Posted on: April 08 2009 12:17 EDT
- in response to Yoav Landman
For more recent information on repository managers, see here: http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix -
do not forget about Archiva ![ Go to top ]
- Posted by: Piotr Kania
- Posted on: June 21 2007 03:13 EDT
- in response to Joseph Ottinger
Check out Archiva repository manager created by Maven authors http://maven.apache.org/archiva/ It is quite usefull tool - I recomend Archiva 0.9 Alpha 2 version. -
Jetty?[ Go to top ]
- Posted by: Rob Ottaway
- Posted on: June 27 2007 11:07 EDT
- in response to Joseph Ottinger
Have you thought of creating a simple embedded Jetty version of the software? One where the user unzips/tars-gz's the software, edits the Artifactory config file, and then runs a script and is up? I would rather run this app outside of my Tomcat instance, in it's own little world. Jetty is very low overhead and mega fast, and all those microseconds add up on the 5,343,998,010th Maven build of Project X! Rob Ottaway mavenize.blogspot.com -
Artifactory IS using Jetty[ Go to top ]
- Posted by: Ophir Radnitz
- Posted on: June 28 2007 19:40 EDT
- in response to Rob Ottaway
Artifactory IS using Jetty. It may be deployed as a war as well, but by default it's configured to run as an embedded Jetty application. -
Re: Article: Setting up a Maven repository with Artifactory[ Go to top ]
- Posted by: michele michele
- Posted on: July 04 2007 05:08 EDT
- in response to Joseph Ottinger
Thank you! A very useful article! -
Great Article[ Go to top ]
- Posted by: jianwu chen
- Posted on: August 09 2007 04:22 EDT
- in response to Joseph Ottinger
Thanks for the Great Article. Very clean and helpful. -
Maven Repository Browser[ Go to top ]
- Posted by: Philip Provoost
- Posted on: July 29 2008 03:22 EDT
- in response to Joseph Ottinger
Hi, dont forget about http://www.mavenbrowser.com/ which helps you finding the correct artifact information. In the near future it will also help you create a correct pom.xml for your project. Regards. -
Re: Maven Repository Browser[ Go to top ]
- Posted by: Brian Fox
- Posted on: April 08 2009 12:11 EDT
- in response to Philip Provoost
For more recent information on repository managers, see here: http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix -
New, Up-to-date article regarding Maven repositories[ Go to top ]
- Posted by: Shlomi Haim
- Posted on: December 20 2009 10:16 EST
- in response to Joseph Ottinger
Maven Repository Manager: Nexus Vs. Artifactory http://java.dzone.com/articles/maven-repository-manager-nexus