I don't know about keeping jetty running after the tests, but you can
probably run "mvn jetty:run" to run jetty.

--
Jeremy Thomerson
http://www.wickettraining.com



On Sun, Sep 27, 2009 at 2:22 PM, Pedro Sena <sena.pe...@gmail.com> wrote:

> Hi Guys,
>
> I'm using lolite archetype but I'm having a 'problem'
>
> I want to run my tests (JUnit) and keep the Jetty server alive after the
> tests.
>
> Every time that I run my maven tests, it creates a Jetty server that is
> killed at the end of the process.
>
> I'm trying to do the same thing as Wicket in Action, I changed the
> Start.java that comes with lolite but it not helped.
>
> I'm sure that I'm missing some detail, I'd appreciate some help with it.
>
> Thanks in advance
>
> --
> /**
> * Pedro Sena
> * Systems Architect
> * Sun Certified Java Programmer
> * Sun Certified Web Component Developer
> */
>

Reply via email to