Skip to content

Commit e0aa5ba

Browse files
committed
Removed jxr and surefire reports and cleaned up japicmp and javadoc config
1 parent c37e6e5 commit e0aa5ba

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

pom.xml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,6 @@
353353
<type>jar</type>
354354
</dependency>
355355
</oldVersion>
356-
<newVersion>
357-
<file>
358-
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
359-
</file>
360-
</newVersion>
361356
<parameter>
362357
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
363358
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
@@ -372,6 +367,9 @@
372367
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
373368
</excludes>
374369
<ignoreMissingClasses>true</ignoreMissingClasses>
370+
<skipXmlReport>true</skipXmlReport>
371+
<skipHtmlReport>false</skipHtmlReport>
372+
<skipDiffReport>false</skipDiffReport>
375373
</parameter>
376374
</configuration>
377375
<executions>
@@ -505,7 +503,6 @@
505503
<reportSet>
506504
<reports>
507505
<report>javadoc</report>
508-
<report>aggregate</report>
509506
</reports>
510507
</reportSet>
511508
</reportSets>
@@ -529,11 +526,6 @@
529526
<type>jar</type>
530527
</dependency>
531528
</oldVersion>
532-
<newVersion>
533-
<file>
534-
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
535-
</file>
536-
</newVersion>
537529
<parameter>
538530
<excludes>
539531
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
@@ -542,12 +534,6 @@
542534
</parameter>
543535
</configuration>
544536
</plugin>
545-
<plugin>
546-
<artifactId>maven-jxr-plugin</artifactId>
547-
</plugin>
548-
<plugin>
549-
<artifactId>maven-surefire-report-plugin</artifactId>
550-
</plugin>
551537
</plugins>
552538
</reporting>
553539

0 commit comments

Comments
 (0)