Hi all,
I'm evaluating m2 porting for
https://mobicents.dev.java.net.
It use several jboss 3.x libs with different versionId
http://mobicents-public.googlegroups.com/web/pom.xml
and I would like to use jboss m2 repository to make them omogeneus.
My questions are :
Is jboss m2 build going to cover Jboss3x also or should I upgrade?
Is the artifact layout different from the one I found for example on
http://mvnrepository.com/artifact/jboss/jboss-common
I mean can I use a dependency in the same way like
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-common</artifactId>
| <version>3.2.3</version>
| </dependency>
|
What is the difference from
http://repository.jboss.com/
and
http://repository.jboss.com/maven2/
Which one should I use?
I found different versioning for artifacts.For example on
http://repository.jboss.com/jboss/common/
I cannot find Jboss3x neither Jboss4x artifacts style.
Which is the version correspondence between artifacts like jboss-common 4.0.2 and the one
I find on
http://repository.jboss.com/maven2/?
any advice/tips would appreciated
Thanks
Michele
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050166#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...