On Thu April 30 2009 9:08:50 am Benson Margulies wrote:
> I've tried out the cxf-jaxws-javafirst maven archetype for the first time.
> Can anyone clue me in on how to now get maven to launch it via jetty?

Two options:

1)  In your settings.xml, add;
    <pluginGroups>
        <pluginGroup>org.mortbay.jetty</pluginGroup>
    </pluginGroups> 
then just run "mvn jetty:run"

2) Run   "mvn org.mortbay.jetty:jetty:run"  
(might need the version in there as well)



-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to