VUB Stefan Seidel wrote:
The test-jar is not built when tests are skipped.
That's only true for maven-surefire-plugin versions < 2.4. If you use -DskipTests now, test-jar will be built.
For older versions you could still compile using -Dmaven.test.skip.exec=true to have the test-jar built but no tests executed.
-dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
