Skip to content

GH-944: Support root path exclusion for QDox scanning to avoid existing blocking issues - #1142

Open
slawekjaranowski wants to merge 1 commit into
apache:masterfrom
slawekjaranowski:cp-1046
Open

GH-944: Support root path exclusion for QDox scanning to avoid existing blocking issues#1142
slawekjaranowski wants to merge 1 commit into
apache:masterfrom
slawekjaranowski:cp-1046

Conversation

@slawekjaranowski

Copy link
Copy Markdown
Member

This enables users to work around issues such as paul-hammant/qdox#219, paul-hammant/qdox#1, etc that result in issues such as #944 being raised.

With this change, users can specify a set of excluded scan directories that source trees reside within to prevent maven-plugin-plugin from feeding them into the Java source analysis tooling, which allows unblocking builds that are completely blocked until such a time that issues such as paul-hammant/qdox#287 are addressed. Given the long release span between releases of dependent libraries, developers will otherwise be blocked for long periods of time with unbuildable projects using the current tooling.

cherry-pick: #1046

…existing blocking issues

* apacheGH-944: Allow users to specify root paths to exclude from QDox scanning

This enables users to work around issues such as paul-hammant/qdox#219,
paul-hammant/qdox#1, etc that result in issues
such as apache#944 being raised.

With this change, users can specify a set of excluded scan directories that source
trees reside within to prevent maven-plugin-plugin from feeding them into the
Java source analysis tooling, which allows unblocking builds that are completely
blocked until such a time that issues such as paul-hammant/qdox#287
are addressed. Given the long release span between releases of dependent libraries,
developers will otherwise be blocked for long periods of time with unbuildable
projects using the current tooling.
@slawekjaranowski slawekjaranowski self-assigned this Jul 30, 2026
@slawekjaranowski slawekjaranowski added the enhancement New feature or request label Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants