Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7
-
None
Description
Instead of relying on maven.test.skip to skip tests, we should use a proper cactus property (like cactus.test.skip), which in turn would receive the value of ${maven.test.skip} as default.
The reason for breaking it is that in some cases you might want to run just the Cactus tests without running the regular JUnit tests (and vice-versa) and currently the plugin supports either both or none.
Attachments
Issue Links
- is related to
-
CACTUS-146 [PATCH] cactus:test should skip tests if maven.test.skip is true
- Closed