When I deploy my application to the tomcat sandbox using the supplied ui widgets, all of the unit tests classes and configurations are also deployed. How can I exclude these from deployment ?
Either src/webapp/WEB-INF/classes or target/classes can be output folders for the main classes. These I want deployed and either output works. Fine.
The tests and their configs are built to a target/test-classes. These I don’t want deployed but they get deployed anyway.
Is there an undocumented attribute for .myeclipse that would let me exclude certain output folders from deployment ?
Using 7.0.
Thanks