File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 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 >
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 >
349347 <reportSet >
350348 <reports >
351349 <report >javadoc</report >
352- <report >aggregate</report >
353350 </reports >
354351 </reportSet >
355352 </reportSets >
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
You can’t perform that action at this time.
0 commit comments