Hello! How can I modify the maven.test.compile.src.set from within maven.xml? What I need to do is the following: when there is some property set, additional unit tests should be included, otherwise, everything should be run without those tests.
It's about acceptance tests. I need to be able to run maven without acceptance tests but if I defined some system property, then acceptance tests should also be run. The acceptance tests are also unit tests which are located in the same directory where all other unit tests. I tryed modifying maven.test.compile.src.set, but I couldn't get it to work. Was that the right way to do it? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
