Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
2.2.1
-
None
-
None
Description
See the attachements for a sample project of the surefire integration tests.
Its pom sets the skipTests option of the surefire-plugin to false.
<plugin> ... <configuration> <skipTests>false</skipTests> </configuration> </plugin>
This configuration is not overriden by the appropriate command line parameter:
mvn -DskipTests=true test
Executing this line will set the skipTests parameter of the Surefire plugin to false and the tests will not be skipped.
Attachments
Issue Links
- is duplicated by
-
SUREFIRE-319 <skip>true</skip> cannot be overridden using mvn -Dmaven.test.skip=false test
- Closed
-
SUREFIRE-682 <skipTests> cannot be overridden by commandline param
- Closed