Snippets tagged “maven-surefire-plugin”
1 snippet uses this tag.
- Maven package/install without test (skip tests)Java
To package/install a Maven project without running the tests, you can use the maven-install-plugin and specify the skipTests property as true.