Skip to content

Commit

Permalink
Remove the <reporting> section
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Aug 27, 2018
1 parent 562b0e5 commit fb1076b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,23 +426,7 @@
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<!-- integrate maven-cobertura-plugin to project site -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version>
<reportSets>
<reportSet>
<reports>
<report>cobertura</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>HSQLDB</id>
Expand Down

0 comments on commit fb1076b

Please sign in to comment.