NO-JIRA: use a consistent version for the surefire and failsafe plugins from the parent, override to newer version

This commit is contained in:
Robbie Gemmell 2020-06-19 17:00:53 +01:00 committed by Clebert Suconic
parent 4fdfaf0222
commit 515dde9ef3
4 changed files with 1 additions and 5 deletions

View File

@ -45,7 +45,6 @@
<maven-plugin-version>3.3</maven-plugin-version>
<maven-source-plugin-version>2.1.2</maven-source-plugin-version>
<maven-resources-plugin-version>2.6</maven-resources-plugin-version>
<maven-surefire-plugin-version>2.19.1</maven-surefire-plugin-version>
<servlet-api-version>2.5</servlet-api-version>
<!-- use slf4j-api 1.6.x to be easy compatible with older Karaf/Camel releases -->

View File

@ -127,6 +127,7 @@
<version.maven.jar.plugin>2.4</version.maven.jar.plugin>
<version.micrometer>1.1.4</version.micrometer>
<hamcrest.version>2.1</hamcrest.version>
<surefire.version>2.22.2</surefire.version>
<!-- used on tests -->
<groovy.version>2.5.10</groovy.version>
@ -1502,7 +1503,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<forkMode>once</forkMode>
<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
@ -1514,7 +1514,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.18.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -252,7 +252,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>${skipExtraTests}</skipTests>
<!-- ensure we don't inherit a byteman jar form any env settings -->

View File

@ -192,7 +192,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.20.1</version>
<executions>
<execution>
<goals>