aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahoo-inc.com>2017-04-27 12:38:46 +0200
committerMorten Tokle <mortent@yahoo-inc.com>2017-04-27 12:38:46 +0200
commit61824baf446f39674e53f497943887b4aea2d533 (patch)
tree9e07a8aa46921201fbf3a646c928f64baef100ea /pom.xml
parent2c69a5846580c161befcfc6e01d02d41099a52ea (diff)
Bump surefire plugin, remove excludes
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml31
1 files changed, 5 insertions, 26 deletions
diff --git a/pom.xml b/pom.xml
index ce8c64edc65..696c62d4f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,21 +180,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.16</version>
+ <version>${surefire.version}</version>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
- <excludes>
- <exclude>**/*SystemTest.java</exclude>
- </excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.16</version>
+ <version>${surefire.version}</version>
<configuration>
<alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>
<showSuccess>false</showSuccess>
@@ -496,25 +493,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>systemtests</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>none</exclude>
- </excludes>
- <includes>
- <include>**/*SystemTest.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
<dependencyManagement>
<dependencies>
@@ -842,12 +820,12 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
- <version>2.16</version>
+ <version>${surefire.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.16</version>
+ <version>${surefire.version}</version>
<type>pom</type>
</dependency>
<dependency>
@@ -1084,6 +1062,7 @@
<doclint>all</doclint>
<scala.major-version>2.11</scala.major-version>
<scala.version>${scala.major-version}.4</scala.version>
+ <surefire.version>2.20</surefire.version>
</properties>
<modules>