Bug 772250

Summary: Maven artifacts for RHQ 4.2 are not available on JBoss Nexus repo
Product: [Other] RHQ Project Reporter: claprun <claprun>
Component: Build SystemAssignee: Ian Springer <ian.springer>
Status: CLOSED UPSTREAM QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.1, 4.2CC: ccrouch, hrupp, ian.springer, theute
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-03 21:54:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 782579    

Description claprun@redhat.com 2012-01-06 15:28:27 UTC

Comment 1 claprun@redhat.com 2012-01-06 15:52:44 UTC
Technically, the artifacts for 4.1 are also missing. Not sure we care, though.

Comment 2 Ian Springer 2012-02-03 19:46:46 UTC
The 4.2 artifacts 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>

Note, I also added instructions on publishing Maven artifacts to the RHQ dev wiki:

 http://rhq-project.org/display/RHQ/Publishing+Maven+Artifacts