[jboss-dev-forums] [Design of JBoss Build System] - Re: jboss common maven build
adrian@jboss.org
do-not-reply at jboss.com
Thu Mar 29 07:17:54 EDT 2007
That's because the parent and child poms don't match on the version.
The child has
http://anonsvn.jboss.org/repos/common/common-core/trunk/pom.xml
| <parent>
| <groupId>jboss</groupId>
| <artifactId>jboss-common</artifactId>
| <version>2.0.4-beta</version>
| <relativePath>../build/pom.xml</relativePath>
| </parent>
|
the parent has
https://svn.jboss.org/repos/common/build/trunk/pom.xml
| <version>2.0.4-SNAPSHOT</version>
| <artifactId>jboss-common</artifactId>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032706#4032706
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032706
More information about the jboss-dev-forums
mailing list