Bug 1008080 - Provide a Maven BOM containing all supported artifacts
Summary: Provide a Maven BOM containing all supported artifacts
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Maven Repository
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER2
: EAP 6.2.0
Assignee: Paul Gier
QA Contact: Nikoleta Hlavickova
Russell Dickenson
URL:
Whiteboard:
: 1006454 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-14 13:34 UTC by Paul Gier
Modified: 2013-12-15 16:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:18:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1006454 0 unspecified CLOSED Refactor BOM structure for EAP 6.2 2021-02-22 00:41:40 UTC

Internal Links: 1006454

Description Paul Gier 2013-09-14 13:34:32 UTC
We need a Maven BOM (Bill of Materials) which provides a list of all supported EAP Maven artifacts.  This BOM should be updated with each EAP release, and should use a version matching the target customer release (e.g. 6.2.0.GA).

Comment 1 Paul Gier 2013-09-17 19:50:32 UTC
The new BOM is available in the maven repo
It has a GAV of org.jboss.bom:eap6-supported-artifacts:6.2.0.Beta1
There is some documentation is in docspace:
https://docspace.corp.redhat.com/docs/DOC-156072

Comment 2 Nikoleta Hlavickova 2013-09-18 10:10:30 UTC
BOM org.jboss.bom:eap6-supported-artifacts:6.2.0.Beta1 is not present in EAP 6.2.0 ER2 Maven repo zip

Comment 3 Paul Gier 2013-09-18 13:16:33 UTC
Looks like this was a problem in the Jenkins build config.  The zip was created before the new BOM was added.  I'll upload a new Maven repo zip (ER2.1) which includes the BOM.

Comment 4 Petr Sakař 2013-09-18 15:02:53 UTC
the org/jboss/bom/eap6-supported-artifacts/6.2.0.Beta1/eap6-supported-artifacts-6.2.0.Beta1.pom contains wrong dependency 

      <dependency>
        <groupId>sun.jdk</groupId>
        <artifactId>jconsole</artifactId>
        <version>jdk</version>
      </dependency>

Comment 5 Paul Gier 2013-09-18 17:19:24 UTC
Moving to ON_QA since the updated Maven repo is now available.
Problems with the bom such as an incorrect dependency should be addressed in a new bz issue.

Comment 6 Petr Sakař 2013-09-18 20:06:11 UTC
the org/jboss/bom/eap6-supported-artifacts/6.2.0.Beta1/eap6-supported-artifacts-6.2.0.Beta1.pom contains unsupported dependencies


      <dependency>
        <groupId>com.sun</groupId>
        <artifactId>tools</artifactId>
        <version>1.6</version>
      </dependency>
      <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.16</version>
      </dependency>

Comment 7 Nikoleta Hlavickova 2013-09-24 09:02:02 UTC
Maven repo zip now contains the new BOM. For issues found see BZ 1011421.

Comment 11 Paul Gier 2013-10-16 20:34:14 UTC
*** Bug 1006454 has been marked as a duplicate of this bug. ***


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