Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Right now the only files under "pom.build.sourceDirectory" are checked. It would be nice is source under "pom.build.unitTestSourceDirectory" could be checked as well.
Right!...It would be nice. I've temporary edited plugin.jelly and duplicated the fileset section with:
<fileset dir="${pom.build.unitTestSourceDirectory}" ...
...
Regards!