RSS
 

Hudson and Artifactory Maven repository

17 Jul

For a long time I was sure there’s no Hudson Maven repository.

I was wrong:

<dependency>
    <groupid>org.jvnet.hudson.main</groupid>
    <artifactid>hudson-war</artifactid>
    <version>1.373</version>
    <type>war</type>
</dependency>
<dependency>
    <groupid>org.jvnet.hudson.plugins</groupid>
    <artifactid>greenballs</artifactid>
    <version>1.6</version>
    <type>hpi</type>
</dependency>
<dependency>
    <groupid>org.jvnet.hudson.plugins</groupid>
    <artifactid>artifactory</artifactid>
    <version>1.2.0</version>
    <type>hpi</type>
</dependency>

Similarly, Artifactory:

<dependency>
    <groupid>org.artifactory</groupid>
    <artifactid>artifactory-web-war</artifactid>
    <version>2.2.5</version>
    <type>war</type>
</dependency>

And Maven itself:

<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>apache-maven</artifactId>
    <version>2.2.1</version>
    <classifier>bin</classifier>
    <type>zip</type>
</dependency>

Why would one want to get Hudson, Artifactory and Maven distribution through Maven?
In our case, we create a Tomcat setup with Hudson, Artifactory and Maven already installed and configured, I’ll write about this project later.

 

Tags: , , ,

Leave a Reply

 
 
  1. Tweets that mention Hudson Maven repository | Goldin, the Junior -- Topsy.com

    July 17, 2010 at 7:51 PM

    [...] This post was mentioned on Twitter by Evgeny Goldin, The Build Doctor. The Build Doctor said: Hudson Maven repository | Goldin, the Junior http://bit.ly/bBU5Q4 [...]

     
  2. Links for 2010-07-19

    July 20, 2010 at 1:45 AM

    [...] Hudson Maven repository | Goldin, the Junior http://evgeny-goldin.com/blog/2010/07/17/hudson-maven-repository/ Share with the [...]