It's very frustrating a poor quality documentation and tutorial and the
versioning is very confused.
It's a pity because I think ServiceMix is a very powerful product.
I followed the instruction to install and create SUs with ServiceMix 3.3.1
and all my SUs were created with 3.2.3 version. (I used mvn
archetype:create)
I changed my SU's poms as follow:
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>3.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-file</artifactId>
<version>2009.01</version>
</dependency>
but continue using jbi-maven-plugin 3.2.3
How can I use jbi-maven-plugin 3.3.1 (or 2009.01) to create archetypes to
Servicemix 3.3.1 ??????
--
View this message in context:
http://www.nabble.com/ServiceMix-version-hell...-tp24963608p25791661.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.