Skip to content

Commit 846192c

Browse files
committed
ORC-2098: Exclude .mvn/maven.config for apache-rat-plugin
### What changes were proposed in this pull request? This PR aims to exclude `.mvn/maven.config` for `apache-rat-plugin`. ### Why are the changes needed? To avoid the build failures. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Opus 4.6 (1M context)` on `Claude Code` Closes #2539 from dongjoon-hyun/ORC-2098-2.1. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent fc439a9 commit 846192c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
<exclude>**/*.iml</exclude>
433433
<exclude>**/dependency-reduced-pom.xml</exclude>
434434
<exclude>.mvn/jvm.config</exclude>
435+
<exclude>.mvn/maven.config</exclude>
435436
</excludes>
436437
</configuration>
437438
<executions>

0 commit comments

Comments
 (0)