Skip to content

Commit 26f9eba

Browse files
committed
Merge pull request #1010 from marcphilipp/master
Disable maven-site-plugin reports that don't add any value
2 parents 8381b36 + 30a3498 commit 26f9eba

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@
348348
<reportSet>
349349
<reports>
350350
<report>index</report>
351-
<report>summary</report>
352351
<report>dependency-info</report>
353352
<report>modules</report>
354353
<report>license</report>
@@ -360,25 +359,11 @@
360359
<report>dependencies</report>
361360
<report>dependency-convergence</report>
362361
<report>cim</report>
363-
<report>plugin-management</report>
364-
<report>plugins</report>
365362
<report>distribution-management</report>
366363
</reports>
367364
</reportSet>
368365
</reportSets>
369366
</plugin>
370-
<plugin>
371-
<artifactId>maven-changes-plugin</artifactId>
372-
<version>2.10</version>
373-
<reportSets>
374-
<reportSet>
375-
<reports>
376-
<report>changes-report</report>
377-
<report>github-report</report>
378-
</reports>
379-
</reportSet>
380-
</reportSets>
381-
</plugin>
382367
<plugin>
383368
<artifactId>maven-javadoc-plugin</artifactId>
384369
<version>2.9.1</version>
@@ -419,14 +404,6 @@
419404
</reportSet>
420405
</reportSets>
421406
</plugin>
422-
<plugin>
423-
<artifactId>maven-jxr-plugin</artifactId>
424-
<version>2.4</version>
425-
</plugin>
426-
<plugin>
427-
<artifactId>maven-surefire-report-plugin</artifactId>
428-
<version>2.17</version>
429-
</plugin>
430407
</plugins>
431408
</reporting>
432409

0 commit comments

Comments
 (0)