I just updated my servicemix-3.0 branch and can't build due to same
issue, but with new version of plugin. I have the .m2/settings.xml
set as specified at:
http://servicemix.goopen.org/sm30ug/4-examples.html#4.Examples-Mavenconfiguration
This helped to download the pom, but the jar is not found. I'll try
to continue with a manual download, but would like to understand why.
[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.1-incubating -Dpackaging=maven-plugin -Dfile=/path/to/file
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0.1-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix-m2-repo (http://servicemix.org/m2-repo),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache-releases (http://people.apache.org/repo/m2-ibiblio-rsync-repository)
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0.1-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix-m2-repo (http://servicemix.org/m2-repo),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache-releases (http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Thank you in advance.
--
Eric