This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch ci in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit c571b82ea295da49cb54eb94a8e2549b43dbecaa Author: Volkan Yazıcı <[email protected]> AuthorDate: Sun Apr 12 12:25:10 2026 +0200 Exclude `.logging-parent-bom-activator` in RAT configuration --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4dc0918..8c3dca4 100644 --- a/pom.xml +++ b/pom.xml @@ -630,6 +630,8 @@ <!-- License headers in GitHub templates pollute the prompt displayed to the user: --> <exclude>.github/ISSUE_TEMPLATE/*.md</exclude> <exclude>.github/pull_request_template.md</exclude> + <!-- `.logging-parent-bom-activator` activates the `bom` Maven profile: --> + <exclude>.logging-parent-bom-activator</exclude> </excludes> </configuration> <executions>
