Add surefire report plugin
This commit is contained in:
parent
0f32ba8b15
commit
cc51421f37
1 changed files with 11 additions and 1 deletions
10
pom.xml
10
pom.xml
|
@ -24,6 +24,16 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue