Hudson and Artifactory Maven repository
For a long time I was sure there’s no Hudson Maven repository.
I was wrong:
http://download.java.net/maven/2/org/jvnet/hudson/main/hudson-war/http://download.java.net/maven/2/org/jvnet/hudson/plugins/
<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.
Groovy 1.7.3: AnnoMojo + GroovyMojo! Moving to YouTrack from Nozbe



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