NO-JIRA: use a consistent version for the surefire and failsafe plugins from the parent, override to newer version
This commit is contained in:
parent
4fdfaf0222
commit
515dde9ef3
|
@ -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 -->
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<version>2.20.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
Loading…
Reference in New Issue