Unify JXR and Surefire report config

This commit is contained in:
Michael Osipov 2020-09-21 11:22:24 +02:00 committed by Michael Osipov
parent 37c1a9da1d
commit e13e4ff548
6 changed files with 8 additions and 39 deletions

View File

@ -135,15 +135,6 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins> </plugins>
</reporting> </reporting>

View File

@ -129,15 +129,6 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins> </plugins>
</reporting> </reporting>

View File

@ -119,7 +119,6 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>

View File

@ -98,15 +98,6 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins> </plugins>
</reporting> </reporting>

View File

@ -173,15 +173,6 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins> </plugins>
</reporting> </reporting>

10
pom.xml
View File

@ -271,7 +271,6 @@
<reporting> <reporting>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId> <artifactId>clirr-maven-plugin</artifactId>
@ -280,7 +279,6 @@
<comparisonVersion>${api.comparison.version}</comparisonVersion> <comparisonVersion>${api.comparison.version}</comparisonVersion>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<inherited>false</inherited> <inherited>false</inherited>
@ -317,6 +315,14 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${hc.surefire.version}</version>
</plugin>
</plugins> </plugins>
</reporting> </reporting>