I've created MPTEST-66 for this :
test:test should have prereqs on "java:compile,java:jar-resources"
test:compile should only require
"test:prepare-filesystem,test:test-resources".
Nicolas De Loof a écrit :
Hello,
I've found an issue when using latest versions of maven-test-plugin
(1.8) :
Hello,
I've found an issue when using latest versions of maven-test-plugin (1.8) :
when maven.test.skip=true is set, the 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:re