Description
Hi,
I have being trying to run the servicemix-web sample in a latest kit and the mvn jetty:run command fails
It cannot find the maven-jetty-plugin. This plugin no longer ships with maven it has been deprecated there.
So you need to run mvn org.mortbay.jetty:maven-jetty-plugin:run instead. The same then runs fine.
I have attached the updated README.
Edell.