Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] skipTests vs. maven.test.skip?

Hi

If I read http://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-test.html it looks like the Maven documentation recommends to use skipTests instead of maven.test.skip.

Quote: If you absolutely must, you can also use the maven.test.skip property to skip compiling the tests. 

Anyone aware why using skipTests should be preferred? In our platform build we use maven.test.skip [1].

Best regards, Lars

[1] https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.5.0-SNAPSHOT/eclipse-platform-parent-4.5.0-20140720.040405-35.pom

 

Back to the top