[jboss-dev-forums] [Design of JBoss Build System] - Re: Move dependency management back into app server svn stru

scott.stark@jboss.org do-not-reply at jboss.com
Mon Apr 7 02:52:06 EDT 2008


Why the trunk/component-matrix/pom.xml is picked up is because the trunk/pom.xml is resolved as the thirdparty/pom.xml jboss-as-parent, and its parent is redirected to the component-matrix/pom.xml by this:


  |   <parent>
  |     <groupId>org.jboss.jbossas</groupId>
  |     <artifactId>jboss-as-component-matrix</artifactId>
  |     <version>5.0.0-SNAPSHOT</version>
  |     <relativePath>component-matrix</relativePath>
  |   </parent>
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141952#4141952

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141952



More information about the jboss-dev-forums mailing list