Having a bit of trouble with the developers docs (they refer to 1.7 in the examples but I am not sure we care?).
The main one is the instructions for running - working from trunk, maven jetty:run no longer functions.
I am finding a few clues - looks like the following needs to be added to your settings.xml file - for maven to look beyond the apache servers in order to find the jetty plugin:
org.mortbay.jettyThe plugin has also renamed itself for version 7 (we seem to refer to version 6 still however):
- http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin
- http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin
I have also experimented with adding the jetty plugin to our build section in order to match
org.mortbay.jetty jetty-maven-plugin 6.1.8While my colleague, Walter, ran into this problem last month he poked away on google until he found a work around.
Walter you were able to get this to work last month? If so how…
Jody