Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vg411h committed Jan 4, 2017
1 parent ee58daa commit 586cb17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EELF/pom.xml
Expand Up @@ -215,6 +215,18 @@
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 586cb17

Please sign in to comment.