I have a project that depends on servicemix:
<dependency>
<groupId>incubator-servicemix</groupId>
<artifactId>servicemix</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
...
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ServiceMix</id>
<name>ServiceMix 1.x Repository</name>
<url>http://cvs.apache.org/repository</url>
<layout>legacy</layout>
</repository>
But when I generate the eclipse project from maven the project doesn´t have
the servicemix dependencies, ex: jencks, activemq, etc...
At the project generation the maven show this warn:
[WARN] POM for 'incubator-servicemix:servicemix:pom:3.0-SNAPSHOT' is
invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0
POM.
What I need to do to generate the eclipse project??
--
View this message in context:
http://www.nabble.com/Problem-with-dependencies-t1463273.html#a3955081
Sent from the ServiceMix - Dev forum at Nabble.com.