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:
> 
>   <pluginGroups>
>     <pluginGroup>org.mortbay.jetty</pluginGroup>
>   </pluginGroups>
> 
> The 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 
> 
>       <plugin>
>         <groupId>org.mortbay.jetty</groupId>
>         <artifactId>jetty-maven-plugin</artifactId>
>         <version>6.1.8</version>
>       </plugin>
> 
> 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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to