SyntaxFix
Write A Post
Hire A Developer
Questions
Can you test with surefire 2.6 and either configure Surefire with <testFailureIgnore>true</testFailureIgnore>.
<testFailureIgnore>true</testFailureIgnore>
Or on the command line:
mvn install -Dmaven.test.failure.ignore=true