I am going through the tutorial for ServiceMix and got to the point where I can run the command (http://servicemix.apache.org/26-beginner-exercise.html) :
mvn jbi:projectDeploy -DforceUpdate=true I get the following error: The plugin 'org.apache.maven.plugins:maven-jbi-plugin' does not exist or no valid version could be found What do I put into my pom.xml file to fix this?
