Blob Blame History Raw
diff --git a/pom.xml b/pom.xml
index 3c68a0e..6356337 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,24 +254,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.4.3</version>
-                    <executions>
-                        <execution>
-                            <id>generate-test-report</id>
-                            <phase>test</phase>
-                            <goals>
-                                <goal>report-only</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                    <configuration>
-                        <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
-                        <outputName>test-report</outputName>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>2.1.1</version>
                     <executions>