From 159ca4eebf094a595e0106ad0ea146f46e333060 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Feb 2018 08:24:48 -0600 Subject: [PATCH] Updated POM file to identify the provider for rerunning flaky tests. --- .travis.yml | 1 - pom.xml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89146fe7a..c0f28cfa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,2 @@ language: java jdk: oraclejdk8 -script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8839b2e1b..c830f82c9 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,23 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 2.20.1 + + + org.apache.maven.surefire + surefire-junit47 + 2.20.1 + + + + 2 + + + org.codehaus.mojo cobertura-maven-plugin