Reporting section for jenkins module is completely redundant with the parent pom. It can be removed and will generate the same report.

This commit is contained in:
Anthony Whitford
2015-09-05 23:17:28 -07:00
parent c35276e3df
commit d74218004a

View File

@@ -71,22 +71,4 @@
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${reporting.project-info-reports-plugin.version}</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>license</report>
<report>help</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>