Skip to content

Commit 976795d

Browse files
committed
updated surefire version, added reports - they will be shown in the site
1 parent d509ba1 commit 976795d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-surefire-plugin</artifactId>
244-
<version>2.8.1</version>
244+
<version>${surefire.version}</version>
245245
<configuration>
246246
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
247247
</configuration>
@@ -474,6 +474,11 @@
474474
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
475475
</configuration>
476476
</plugin>
477+
<plugin>
478+
<groupId>org.apache.maven.plugins</groupId>
479+
<artifactId>maven-surefire-report-plugin</artifactId>
480+
<version>${surefire.version}</version>
481+
</plugin>
477482
</plugins>
478483
</reporting>
479484
<profiles>
@@ -584,6 +589,7 @@
584589
<javadoc.package.exclude>com.ning.http.client.providers.grizzly</javadoc.package.exclude>
585590
<source.property>1.5</source.property>
586591
<target.property>1.5</target.property>
592+
<surefire.version>2.12</surefire.version>
587593
</properties>
588594
</project>
589595

0 commit comments

Comments
 (0)