Skip to content

Commit

Permalink
Merge pull request #1010 from marcphilipp/master
Browse files Browse the repository at this point in the history
Disable maven-site-plugin reports that don't add any value
  • Loading branch information
stefanbirkner committed Oct 21, 2014
2 parents 8381b36 + 30a3498 commit 26f9eba
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@
<reportSet>
<reports>
<report>index</report>
<report>summary</report>
<report>dependency-info</report>
<report>modules</report>
<report>license</report>
Expand All @@ -360,25 +359,11 @@
<report>dependencies</report>
<report>dependency-convergence</report>
<report>cim</report>
<report>plugin-management</report>
<report>plugins</report>
<report>distribution-management</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.10</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
<report>github-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
Expand Down Expand Up @@ -419,14 +404,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.17</version>
</plugin>
</plugins>
</reporting>

Expand Down

0 comments on commit 26f9eba

Please sign in to comment.