Skip to content

Always look for checkstyle.xml in project root#3645

Merged
apmoriarty merged 1 commit into
integrationfrom
task/checkstyleXmlPath
Jul 2, 2026
Merged

Always look for checkstyle.xml in project root#3645
apmoriarty merged 1 commit into
integrationfrom
task/checkstyleXmlPath

Conversation

@lbschanno

Copy link
Copy Markdown
Collaborator

Prefix the checkstyle.xml path with the property ${maven.multiModuleProjectDirectory}. This will prevent child modules from looking inside their own sub-folders for checkstyle.xml. This will allow us to build child modules from within their root folders without maven complaining about not being able to find the checkstyle.xml.

Prefix the checkstyle.xml path with the property
${maven.multiModuleProjectDirectory}. This will prevent child modules
from looking inside their own sub-folders for checkstyle.xml. This will
allow us to build child modules from within their root folders without
maven complaining about not being able to find the checkstyle.xml.
@apmoriarty apmoriarty enabled auto-merge July 2, 2026 09:19
@apmoriarty apmoriarty added this pull request to the merge queue Jul 2, 2026
Merged via the queue into integration with commit e7d9f5a Jul 2, 2026
25 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants