Hi,

I have recently updated my old servicemix trunk version but when I run maven I get:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix.tooling -DartifactId=jbi-maven-plugin \ -Dversion=3.0-incubating-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file


org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 servicemix-m2-repo (http://servicemix.org/m2-repo),
 apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)

org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 servicemix-m2-repo (http://servicemix.org/m2-repo),
 apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)


Whats wrong

/Tomas

Reply via email to