change failsafe plugin version to fix maven plugin its #2170

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2018-02-01 10:40:13 +10:00
parent 8c6883a109
commit bd24762d01
5 changed files with 8 additions and 6 deletions

View File

@ -13,6 +13,7 @@
<mavenVersion>3.5.0</mavenVersion> <mavenVersion>3.5.0</mavenVersion>
<pluginToolsVersion>3.5</pluginToolsVersion> <pluginToolsVersion>3.5</pluginToolsVersion>
<bundle-symbolic-name>${project.groupId}.maven.plugin</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.maven.plugin</bundle-symbolic-name>
<surefireVersion>2.20.1</surefireVersion>
<it.debug>false</it.debug> <it.debug>false</it.debug>
<jetty.stopKey>FOOBEER</jetty.stopKey> <jetty.stopKey>FOOBEER</jetty.stopKey>
<jetty.jvmArgs></jetty.jvmArgs> <jetty.jvmArgs></jetty.jvmArgs>
@ -224,6 +225,7 @@
<jettyStopKey>${jetty.stopKey}</jettyStopKey> <jettyStopKey>${jetty.stopKey}</jettyStopKey>
<jettyStopPort>${jetty.stopPort}</jettyStopPort> <jettyStopPort>${jetty.stopPort}</jettyStopPort>
<jettyRunPort>${jetty.runPort}</jettyRunPort> <jettyRunPort>${jetty.runPort}</jettyRunPort>
<surefireVersion>${surefireVersion}</surefireVersion>
</scriptVariables> </scriptVariables>
<goals> <goals>
<goal>clean</goal> <goal>clean</goal>

View File

@ -1,2 +1,2 @@
invoker.goals = verify invoker.goals = verify -V
#test-compile failsafe:integration-test #test-compile failsafe:integration-test

View File

@ -64,7 +64,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version> <version>@surefireVersion@</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
<systemPropertyVariables> <systemPropertyVariables>
@ -75,7 +75,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>2.20</version> <version>@surefireVersion@</version>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<jetty.port.file>${jetty.port.file}</jetty.port.file> <jetty.port.file>${jetty.port.file}</jetty.port.file>

View File

@ -1,2 +1,2 @@
invoker.goals = verify invoker.goals = verify -V
#test-compile failsafe:integration-test #test-compile failsafe:integration-test

View File

@ -66,7 +66,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version> <version>@surefireVersion@</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
<systemPropertyVariables> <systemPropertyVariables>
@ -77,7 +77,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>2.20</version> <version>@surefireVersion@</version>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<jetty.port.file>${jetty.port.file}</jetty.port.file> <jetty.port.file>${jetty.port.file}</jetty.port.file>