[arquillian-issues] [JBoss JIRA] (ARQGRA-132) Add BOM usage into documentation

Karel Piwko (JIRA) jira-events at lists.jboss.org
Mon Sep 3 04:55:32 EDT 2012


    [ https://issues.jboss.org/browse/ARQGRA-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715360#comment-12715360 ] 

Karel Piwko commented on ARQGRA-132:
------------------------------------

Lukas, a proper version management consists of BOM + depchain used together.

While depchain allows to reduce <dependency> section by mentioning a single dependency, the BOM is crucial to be able to override version management easily.
The usage should always consist of 

{code:xml}
<properties>
   <framework.version>xyz</framework.version>
</properties>

<dependencyManagement>
...
BOM
...
</dependencyManagement>

<dependencies>
...
depchain
...
</dependencies>
{code}
                
> Add BOM usage into documentation
> --------------------------------
>
>                 Key: ARQGRA-132
>                 URL: https://issues.jboss.org/browse/ARQGRA-132
>             Project: Arquillian Graphene
>          Issue Type: Task
>          Components: doc
>            Reporter: Karel Piwko
>            Assignee: Karel Piwko
>             Fix For: Site
>
>
> Following documentation at https://docs.jboss.org/author/display/ARQAJO/Getting+Started does not contain anything about dependencyManagement and BOMs which should be there.
> Usage of BOM should be promoted there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list