Hi, i think you meant "integration tests" and not unit tests. Take a look at the great maven book here:
http://www.sonatype.com/book/j2ee.html#integration_testing If you need more help, please ask. kind regards, janning Am Donnerstag, 23. August 2007 00:54 schrieb Farrukh Najmi: > 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
