Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If I have a properties file with maven.test.skip=true, but I want to run a single unit test. A maven test:single with the -D switch should ignore the skip property, as it is clear that I always want to run this single test.