Bug 1002949 - Typo in Development guide: <groupId> instead of </groupId>
Summary: Typo in Development guide: <groupId> instead of </groupId>
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: EAP 6.2.0
Assignee: sgilda
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-30 10:12 UTC by Nikoleta Hlavickova
Modified: 2014-08-14 15:18 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

Description Nikoleta Hlavickova 2013-08-30 10:12:47 UTC
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>

Comment 2 sgilda 2013-10-29 12:22:48 UTC
@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

Comment 4 Nikoleta Hlavickova 2013-10-31 14:39:27 UTC
Verified for EAP 6.2.0 ER7.


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