Skip to content

Commit ded936f

Browse files
committed
Removed jxr and surefire reports and cleaned up japicmp and javadoc config
1 parent 712b33c commit ded936f

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

pom.xml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@
236236
<type>jar</type>
237237
</dependency>
238238
</oldVersion>
239-
<newVersion>
240-
<file>
241-
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
242-
</file>
243-
</newVersion>
244239
<parameter>
245240
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
246241
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
@@ -255,6 +250,9 @@
255250
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
256251
<exclude>org.apache.hc.core5.testing.reactive.ReactiveTestUtils</exclude>
257252
</excludes>
253+
<skipXmlReport>true</skipXmlReport>
254+
<skipHtmlReport>false</skipHtmlReport>
255+
<skipDiffReport>false</skipDiffReport>
258256
</parameter>
259257
</configuration>
260258
<executions>
@@ -349,7 +347,6 @@
349347
<reportSet>
350348
<reports>
351349
<report>javadoc</report>
352-
<report>aggregate</report>
353350
</reports>
354351
</reportSet>
355352
</reportSets>
@@ -373,26 +370,16 @@
373370
<type>jar</type>
374371
</dependency>
375372
</oldVersion>
376-
<newVersion>
377-
<file>
378-
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
379-
</file>
380-
</newVersion>
381373
<parameter>
382374
<ignoreMissingClasses>true</ignoreMissingClasses>
383375
<excludes>
384376
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
377+
<exclude>org.apache.hc.core5.testing.reactive.ReactiveTestUtils</exclude>
385378
</excludes>
386379
<ignoreMissingClasses>true</ignoreMissingClasses>
387380
</parameter>
388381
</configuration>
389382
</plugin>
390-
<plugin>
391-
<artifactId>maven-jxr-plugin</artifactId>
392-
</plugin>
393-
<plugin>
394-
<artifactId>maven-surefire-report-plugin</artifactId>
395-
</plugin>
396383
</plugins>
397384
</reporting>
398385

0 commit comments

Comments
 (0)