cargo-maven2-plugin, java.lang.ClassNotFoundException: org.mortbay.jetty.Server

2010-05-25 Thread Everton Cardoso
Hi guys, I have a problem! I'm trying start a jetty6x embedded with the maven using the cargo-maven2-plugin, but, when i execute the command: mvn cargo:start , it throw a exception: [INFO] Trace org.codehaus.cargo.container.ContainerException: Failed to start the Jetty 6.x Embedded container. at

Re: cargo-maven2-plugin, java.lang.ClassNotFoundException: org.mortbay.jetty.Server

2010-05-25 Thread Everton Cardoso
Hi guys, I was looked the maven-jetty-plugin and i discovered that it was possible running in daemon mode. That it solves my problem already that i want to start the jetty before of execute the integration tests. [...] execution idstart-jetty/id phasepre-integration-test/phase goals goalrun/goal