Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.6.3
-
Labels:None
-
Number of attachments :
Description
I've found an issue when using latest versions of maven-test-plugin (1.8) :
when maven.test.skip=true is set, the <test:compile> goal is not executed. This sounds good, BUT the maven-war-plugin use "test:test" goal to attain the "java:compile" goal, so the generated war has no classes !
The war:resources plugin should have prereqs="war:war-resources,java:compile,test:test".