Hi,
I've checked out SM from
http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0/
When trying to do a mvn install I get an error that the jbi-maven-plugin
is missing.
"Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix.tooling
-DartifactI d=jbi-maven-plugin \
-Dversion=3.0-incubating -Dpackaging=maven-plugin
-Dfile=/path/to/file
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2)"
Do I have to download it separately?
/Regards Mats