I have recently started using maven-jetty6-plugin for my webapp project.
A common problem is that the webapp needs to be deployed in order for
the junit tests to work. At present I manually start jetty6 server using "maven jetty6:run" and then manually run the junit tests in a separate process.

What is the best solution in maven for automatically testing a webapp such that the web container gets started, webapp gets deployed / hot-deployed and junit tests run as and wehn required?

Thanks for some guidance on this.

--
Regards,
Farrukh

Web: http://www.wellfleetsoftware.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to