Markus,

Your build seems to be using the 3.1-incubating version of the Maven JBI plugin, which required these older ActiveMQ snapshot JAR files. Be sure to check your POM files for references to this version of ServiceMix and change it into the 3.1.2 version. If you cannot find any reference to it, you might want to try deleting the org/apache/servicemix/tooling directory from your local Maven repository (or even the entire repository) to make sure you start using the latest release of the JBI plugin.


Gert



Markus S wrote:
Hi there,

I startet experimenting with servicemix 3.1.2 and just trying the examples.
I followed the bridge example and encountered a missing artifact after the
first maven install. If I install the prepared bridge example it is working
fine. I tried to exchange my pom.xml's with the ones in the prepared example
but this didn't help. I also tried to download the file from
http://people.apache.org/repo/m2-incubating-repository/ but cannot install
it, because I have to "specify a valid lifecycle". Can someone please hint
me, where to look?

 Missing:
----------
1) org.apache.activemq:activemq-core:jar:4.1-incubator-20070103

...

Path to dependency:
      1)
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.1-incubating
      2) org.apache.servicemix:servicemix-core:jar:3.1-incubating
      3) org.apache.activemq:activemq-core:jar:4.1-incubator-20070103

----------
1 required artifact is missing.

for artifact:
  org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.1-incubating

from the specified remote repositories:
  central (http://www.ibiblio.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  apache-incubating
(http://people.apache.org/repo/m2-incubating-repository),
  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

Thanks in advance
Markus

Reply via email to