[jboss-dev-forums] [Design of JBoss Build System] - Maven Version ranges - The version format
adrian@jboss.org
do-not-reply at jboss.com
Sat Mar 29 09:46:10 EDT 2008
I'm in the process of testing Maven's version constraint handling.
I'm going to use different threads to document each issue found
First the version format:
The way we are specifying versions is similar to how OSGi handles versions
i.e. major.minor.micro.qualifier
However Maven doesn't use that scheme:
http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution
instead it is
major.minor.micro-qualifier-build
So our
jboss-5.0.0.Beta4
should be under maven
jboss-5.0.0-Beta-4
for the version ranges to work properly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139820#4139820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139820
More information about the jboss-dev-forums
mailing list