Drop the JXR reports from the reporting profile - #455
Merged
Merged
Conversation
Source cross-reference pages are what GitHub provides; the report re-parses the whole tree on every site build for it. Follows maven-parent 48 (MPOM-462). PMD and surefire-report no longer link into xref/.
slachiewicz
marked this pull request as ready for review
September 20, 2026 10:04
This was referenced Sep 20, 2026
slachiewicz
added a commit
to codehaus-plexus/modello
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-archiver
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-classworlds
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-compiler
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-i18n
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-interactivity
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-interpolation
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-io
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-languages
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-resources
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-utils
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-velocity
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
slachiewicz
added a commit
to codehaus-plexus/plexus-xml
that referenced
this pull request
Sep 20, 2026
plexus-pom no longer runs the JXR report (codehaus-plexus/plexus-pom#455), so the item would point at a page the site does not produce.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
maven-jxr-pluginfrom thereportingprofile, its plugin management entry and version property, and setslinkXRef=falseon the PMD and surefire reports so they render without source links instead of logging "Unable to locate Source XRef to link to" on every site build. Same move as maven-parent 48 (apache/maven-parent#523, MPOM-462): the cross-reference is what GitHub shows, and the report re-parses the whole tree per site build to produce it.Component sites need one follow-up: 35
src/site/site.xmlfiles across the components carry an explicit<item name="Source Xref" href="xref/index.html"/>menu entry (plexus-archiver, plexus-io, plexus-compiler modules, plexus-java, plexus-velocity, plexus-i18n, …). Once a component picks up this parent, that item points at nothing until it is removed, so the menu edit should land with the parent bump in each repo.Verified:
mvn -N -Preporting verify site→ green, noxref/intarget/site.