Skip to content

Commit fce7708

Browse files
committed
Set version number of surefire plugin to fix problem with versions >
2.10 New version of the maven surefire plugin throw an exception when running the test cases. It is not quite clear why this happens.
1 parent 7597a15 commit fce7708

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,13 @@
124124
</archive>
125125
</configuration>
126126
</plugin>
127-
128-
129-
127+
128+
<plugin>
129+
<groupId>org.apache.maven.plugins</groupId>
130+
<artifactId>maven-surefire-plugin</artifactId>
131+
<version>2.10</version>
132+
</plugin>
133+
130134
<plugin>
131135
<groupId>org.codehaus.mojo</groupId>
132136
<artifactId>buildnumber-maven-plugin</artifactId>

0 commit comments

Comments
 (0)