GCube Maven BOMs

From Gcube Wiki
Revision as of 12:18, 31 January 2013 by Andrea.manzi (Talk | contribs) (Created page with '== What is a BOM == When dealing with large projects like in the case of gCube, it's fondamental to introduce mechanism in order to mitigate the ''anarchy'' of developers in usi…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What is a BOM

When dealing with large projects like in the case of gCube, it's fondamental to introduce mechanism in order to mitigate the anarchy of developers in using thrid party dependencies or even other developers artifacts versions.

As described in the maven documentation [[1]] there is a standard way to define the base artifacts of a project by implementing a BOM ( BIll of Materials)

The Maven BOM is a pom only component which fixed the dependencies and base versions of a component which import it.