You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andreas Sewe <se...@st.informatik.tu-darmstadt.de> on 2020/05/12 19:03:28 UTC

maven-jxr-plugin release please (to generate report without forking lifecycle)

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>