docs: remove automatic developer-focused maven info/reports from documentation site - #8798
Open
chadlwilson wants to merge 7 commits into
Open
chadlwilson wants to merge 7 commits into
chadlwilson wants to merge 7 commits into
Conversation
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
chadlwilson
force-pushed
the
remove-maven-publish-metadata
branch
from
September 15, 2026 15:34
5bc3e19 to
8f5db67
Compare
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Plugin reporting still compiles code, and the new SpotBugs filter path breaks module-local Maven builds.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Simplifies documentation generation by removing developer-focused Maven reports while retaining user-facing plugin documentation.
Changes:
- Disables most Maven-generated site reports.
- Updates site descriptors, encoding, and documentation links.
- Simplifies build configuration and updates several plugin versions.
File summaries
| File | Description |
|---|---|
pom.xml |
Removes reporting infrastructure and simplifies site generation. |
maven/pom.xml |
Retains Maven plugin goal reports. |
src/main/config/version-rules.xml |
Removes obsolete version rules. |
src/site/site.xml |
Updates schema and removes report navigation. |
src/site/markdown/related.md |
Refreshes related-project links. |
maven/src/site/site.xml |
Removes report navigation. |
maven/src/site/markdown/configuration.md |
Modernizes an XML example. |
utils/src/site/site.xml |
Modernizes the descriptor and menu. |
core/src/site/site.xml |
Modernizes the descriptor and menu. |
cli/src/site/site.xml |
Modernizes the descriptor and removes reports. |
archetype/src/site/site.xml |
Modernizes the descriptor and removes reports. |
ant/src/site/site.xml |
Modernizes the descriptor and removes reports. |
Review details
- Files reviewed: 12/12 changed files
- Comments generated: 2
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
chadlwilson
force-pushed
the
remove-maven-publish-metadata
branch
from
September 15, 2026 15:58
8f5db67 to
5ec578b
Compare
…n site As discussed at dependency-check#8353 these maven-generated reports no longer serve a useful purpose, and are mainly developer-oriented rather than user oriented, so have been removed from the published sites. A notable exception is the mechanism to generate the reports for the maven plugin; whose plugin-related subset are maintained. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
chadlwilson
force-pushed
the
remove-maven-publish-metadata
branch
from
September 15, 2026 16:01
5ec578b to
36f6a1f
Compare
marcelstoer
reviewed
Sep 15, 2026
marcelstoer
left a comment
Collaborator
There was a problem hiding this comment.
Nice job, thanks a lot!
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
Co-authored-by: Jeremy Long <jeremy.long@gmail.com>
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
jeremylong
reviewed
Sep 15, 2026
Co-authored-by: Jeremy Long <jeremy.long@gmail.com>
jeremylong
reviewed
Sep 15, 2026
This was referenced Sep 16, 2026
The base copyright cites "OWASP Dependency-Check Contributors" but is inconsistent in other places. Since many files have individual Copyright headers, this is probably the only consistent way to do it. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
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.
Description of Change
As discussed at #8353 this simplifies the build.and our ODC documentation by removing all of the dev-focused HTML reports from the published documentation website.
Consequences
Testing
target/stagingfolder contents before/after and looks fine to me.Minor related changes
Related issues
Have test cases been added to cover the new functionality?
yes
Additional info
Ignoring the files with only the removed 3 lines of menu items, the diff is: