Skip to content
Snippets Groups Projects
Commit cdc50e35 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

added surefire report plugin to pom, to allow test report generation

parent e5093cc3
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,13 @@
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
</plugin>
</plugins>
</reporting>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment