Bug 1016027 - Docs Enhancement: Usage of BOM to manage transitive dependencies
Summary: Docs Enhancement: Usage of BOM to manage transitive dependencies
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: GA
: EAP 6.2.1
Assignee: sgilda
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-07 10:49 UTC by Nikoleta Hlavickova
Modified: 2014-08-14 15:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-24 20:14:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1011918 0 unspecified CLOSED Unable to get dependencies for jbossws-cxf-client -- Failure to find org.apache.ws.security:wss4j:jar:1.6.11-redhat-1 2021-02-22 00:41:40 UTC

Internal Links: 1011918

Description Nikoleta Hlavickova 2013-10-07 10:49:12 UTC
This information should be included in Maven Guide in Development Guide:
http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Development_Guide/chap-Maven_Guide.html

Comment 1 Nikoleta Hlavickova 2013-10-07 10:51:53 UTC
See comment #12

Comment 2 Rostislav Svoboda 2013-10-08 12:37:19 UTC
Russell, please contact Paul Gier for details. He should be able to provide text draft for docs too.

https://bugzilla.redhat.com/show_bug.cgi?id=1011918#c12

This change is very important for customer and it must be properly documented. Otherwise they won't use productized dependencies.

Comment 3 Paul Gier 2013-12-11 15:59:51 UTC
This was already done for eap 6.2.0 in the "Manage Project Dependencies" section.  However, I noticed a bug in the docs.

The part that says:
  <dependencies>
    ...
    <dependency>
      <groupId>org.jboss.bom.eap</groupId>
      <artifactId>eap6-supported-artifacts</artifactId>
      <version>6.2.0.GA</version>
    </dependency>
    ...
  </dependencies>

Should be:
  <dependencies>
    ...
    <dependency>
      <groupId>org.jboss.bom.eap</groupId>
      <artifactId>eap6-supported-artifacts</artifactId>
      <version>6.2.0.GA</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
    ...
  </dependencies>

The internal wiki now contains this correction: https://mojo.redhat.com/docs/DOC-188472

Comment 4 sgilda 2013-12-12 12:44:52 UTC
Related bug was also fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1040569

Per Paul Gier, this issue is resolved. Marking it modified.

Comment 6 Nikoleta Hlavickova 2014-02-24 10:56:24 UTC
Verified


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