devillina wrote:
Hi, is there a way to include the test classes in the war?
thx

See http://maven.apache.org/guides/mini/guide-attached-tests.html.
You can then depend on this artifact in your war.

Or you simply include your tests in the main source tree (and not in the test/java directory).

I do the first, and package this in a war which uses JunitEE to run the tests and display the results.

David


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

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

Reply via email to