I want to skip the build failure even if the integration test fails. I am using maven-failsafe for Integration test. I am currently getting the following:
Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.15:verify (default) on project xxxxx: There are test failures.
Question: Can I use the following for Maven Failsafe Plugin? I know it works for the Surefire plugin, but not sure for failsafe.
-Dmaven.test.failure.ignore=true