How to exclude unit tests from the WAR in with Google App Engine plugin?
Posted
by Teetoo
on Stack Overflow
See other posts from Stack Overflow
or by Teetoo
Published on 2010-03-25T08:39:17Z
Indexed on
2010/03/25
8:43 UTC
Read the original article
Hit count: 173
Hi,
I am using the Google Application Engine plugin for Eclipse 3.4, and I have added unit tests in my projects.
The unit tests are in a source folder named tests
, separated from the source folder src
.
But, in the war/classes that is generated, the tests classes are present.
Is there anyway not to put test classes in the generated war/classes
directory?
Thanks.
© Stack Overflow or respective owner