[Geoserver-devel] mvn jetty:run and developer docs

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.jetty

The plugin has also renamed itself for version 7 (we seem to refer to version 6 still however):

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.8

While 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

Okay documentation patch available: http://jira.codehaus.org/browse/GEOS-4024

Jody

On 23/06/2010, at 12:19 AM, Jody Garnett wrote:

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.jetty

The plugin has also renamed itself for version 7 (we seem to refer to version 6 still however):

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.8

While 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