Skip to content

Commit 5ed9233

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 #2537 from dongjoon-hyun/ORC-2098. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 9534eb9 commit 5ed9233

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@
457457
<exclude>**/*.iml</exclude>
458458
<exclude>**/dependency-reduced-pom.xml</exclude>
459459
<exclude>.mvn/jvm.config</exclude>
460+
<exclude>.mvn/maven.config</exclude>
460461
</excludes>
461462
</configuration>
462463
<executions>

0 commit comments

Comments
 (0)