change failsafe plugin version to fix maven plugin its #2170
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
8c6883a109
commit
bd24762d01
|
@ -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>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
invoker.goals = verify
|
invoker.goals = verify -V
|
||||||
#test-compile failsafe:integration-test
|
#test-compile failsafe:integration-test
|
|
@ -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>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
invoker.goals = verify
|
invoker.goals = verify -V
|
||||||
#test-compile failsafe:integration-test
|
#test-compile failsafe:integration-test
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue