| Summary: | Provide a Maven BOM containing all supported artifacts | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Paul Gier <pgier> |
| Component: | Maven Repository | Assignee: | Paul Gier <pgier> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | bsutter, psakar, ttarrant |
| Target Milestone: | ER2 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:18:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Paul Gier
2013-09-14 13:34: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 BOM org.jboss.bom:eap6-supported-artifacts:6.2.0.Beta1 is not present in EAP 6.2.0 ER2 Maven repo zip 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. 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>
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. 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>
Maven repo zip now contains the new BOM. For issues found see BZ 1011421. *** Bug 1006454 has been marked as a duplicate of this bug. *** |