I\'ve set up a build on Jenkins for a Maven project, and I would like to build it without running any of the tests. I\'ve tried entering \"clean install -DskipTests\" in the go
I use option "-DskipTests=true" in "Invoke top-level Maven target" -> "JVM Options" and it works fine.