L.S.,
Have you seen the information on
http://incubator.apache.org/servicemix/4-examples.html? You need to add
the incubator maven repository to your settings.xml for Maven to be able
to get the plugin automatically...
Gert
kc wrote:
hello all
I have copy the "maven-jbi-plugin-1.0.jar" into the $MAVEN_HOME/plugins.But
when I use the commend "mvn jbi:projectDeploy", the result will be :
[INFO] Searching repository for plugin with prefix: 'jbi'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jbi-plugin' does not exist
or no valid version could be found
Now I want to know how can I install the jbi-plugin correctly.
Thanks