RHQ 4.2 Maven artifacts published

Ian Springer ian.springer at redhat.com
Thu Feb 2 21:10:14 UTC 2012


...are now published to the JBoss Releases repo, e.g. the domain jar is at:

https://repository.jboss.org/nexus/content/repositories/releases/org/rhq/rhq-core-domain/4.2.0/

To add RHQ dependencies to your Maven project, add the following repo to 
either your pom or settings.xml:

<repository>
<id>jboss-public-repo-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>



More information about the rhq-devel mailing list