[
https://issues.jboss.org/browse/ARQGRA-132?page=com.atlassian.jira.plugin...
]
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