Re: Maven - selective inclusion of testcases in a package

2007-08-17 Thread mljv
Am Donnerstag, 16. August 2007 18:48 schrieb Vaidya, Supriya A (US - Chicago): > Hi: > > I have the following situation: > > com/mycompany/mypackage/application/ has my class files, while > com/mycompany/testcases has my test cases (Cactus). > > In creating the WAR file, I want to be able to ex

Maven - selective inclusion of testcases in a package

2007-08-16 Thread Vaidya, Supriya A \(US - Chicago\)
Hi: I have the following situation: com/mycompany/mypackage/application/ has my class files, while com/mycompany/testcases has my test cases (Cactus). In creating the WAR file, I want to be able to exclude the testcases package. I understand that I can use the tag for this. However, the