Bug 772250 - Maven artifacts for RHQ 4.2 are not available on JBoss Nexus repo
Summary: Maven artifacts for RHQ 4.2 are not available on JBoss Nexus repo
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: RHQ Project
Classification: Other
Component: Build System
Version: 4.1,4.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ian Springer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: jon310-sprint11, rhq44-sprint11
TreeView+ depends on / blocked
 
Reported: 2012-01-06 15:28 UTC by claprun@redhat.com
Modified: 2013-09-02 05:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-03 21:54:46 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.