Hi, the maven-javadoc-plugin and maven-surefire-report-plugin both have goals/reports (javadoc-no-fork and report-only, respectively) that don't require forking the build lifecycle. But unfortunately, a simpe
mvn clean deploy site-deploy still needs to do that because of the maven-jxr-plugin. which forks a lifecycle to reach the generate-test-sources phase. AFAICT, the current master contains equivalent goals for the maven-jxr-plugin as well [1], but there hasn't been a release since, with version 3.0.0 dating back to 2018. Would it hence be possible to perform a 3.1.0 release? Best wishes, Andreas [1] <https://github.com/apache/maven-jxr/blob/master/maven-jxr-plugin/src/site/apt/examples/nofork.apt.vm>
signature.asc
Description: OpenPGP digital signature
