Hide Forgot
Document URL: http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/6.1/html/Development_Guide/Maven_BOM_Usage.html Section Number and Name: 2.3.4. Manage Project Dependencies Describe the issue: 4 missing '/' on these lines: <groupId>org.jboss.spec.javax.servlet<groupId> <groupId>org.hibernate<groupId> <groupId>org.jboss.as<groupId> <groupId>org.jboss.as<groupId> Suggestions for improvement: <groupId>org.jboss.spec.javax.servlet</groupId> <groupId>org.hibernate</groupId> <groupId>org.jboss.as</groupId> <groupId>org.jboss.as</groupId>
@rdickens: I'll take this one. Modified topic 22363: Manage Project Dependencies. Also modified the source URL: https://docspace.corp.redhat.com/docs/DOC-156072
Fix is staged here: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#Maven_BOM_Usage
Verified for EAP 6.2.0 ER7.