-
1. Re: BOMs Away - Composing Dependency Management
alrubinger Mar 11, 2010 1:28 PM (in response to alrubinger)This seemed to be popular on #jboss-dev, so let's see how far this takes us.
https://jira.jboss.org/jira/browse/EJBTHREE-2040
S,
ALR
-
2. Re: BOMs Away - Composing Dependency Management
dmlloyd Mar 11, 2010 1:38 PM (in response to alrubinger)I'm interested to see how well this idea works with transitive deps... -
3. Re: BOMs Away - Composing Dependency Management
alrubinger Mar 11, 2010 1:39 PM (in response to dmlloyd)dependencyManagement is not transitive.
In BOMs we only declare *versions* for components, not an actual dependency.
S,
ALR
-
4. Re: BOMs Away - Composing Dependency Management
alrubinger Mar 25, 2010 9:57 PM (in response to alrubinger)https://jira.jboss.org/jira/browse/JBAS-7863
AS is now using the EJB3 AS6 BOM version 0.1.0:
http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/bom/as6/tags/bom-as6-0.1.0/pom.xml
The actual dependency chain still comes in from jboss-ejb3_1, but the versioning is coming from depMgt in the BOM. So in order to get continuous integration on the *upcoming* stuff, we need to set our Hudsons to override the build to bring in the next SNAP dependency of the EJB3 AS6 BOM. When we are ready to upgrade our components, this is the place to do it.
S,
ALR
-
5. Re: BOMs Away - Composing Dependency Management
wolfc Apr 9, 2010 8:48 AM (in response to alrubinger)Right now we duplicate the versions of each components that we expose in both the bom and the profile.
That's not how it's supposed to work. If I read the maven manual correctly they are saying that the user (== ejb3_1) should import the bom (== as6). Which of course can't happen.
-
6. Re: BOMs Away - Composing Dependency Management
alrubinger Apr 9, 2010 12:33 PM (in response to wolfc)So I'd reused the existing chain (ejb3_1) and put BOM on top. So that the end user is for example AS or the Plugin. Where does the ejb3_1 profile fit in now, or does it at all?
S,
ALR
-
7. Re: BOMs Away - Composing Dependency Management
alrubinger Apr 9, 2010 12:38 PM (in response to alrubinger)