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
The problem is that I omitted =true. I was able to build without running tests by entering:
=true
clean install -DskipTests=true