Skip to content

Commit

Permalink
fix: maven rat plugin exist partial failure
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Apr 3, 2024
1 parent 1a33a73 commit 74ae4af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,23 @@
<exclude>**/*.conf</exclude>
<exclude>**/*.map</exclude>
<exclude>**/*.properties</exclude>
<exclude>dist/**/*</exclude>
<exclude>**/bin/hugegraph.service</exclude>
<exclude>**/swagger-ui/**/*</exclude>
<exclude>scripts/dev/reviewers</exclude>
<exclude>scripts/dev/reviewers</exclude>
<exclude>**/*.md</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/logs/*.log</exclude>
<exclude>**/META-INF/**/*</exclude>
<exclude>**/target/*</exclude>
<exclude>style/*</exclude>
<exclude>ChangeLog</exclude>
<exclude>CONFIG.ini</exclude>
<exclude>GROUPS</exclude>
<exclude>OWNERS</exclude>
<!-- gRPC / Generated code/files -->
<exclude>**/pd/grpc/**/*.java</exclude>
<exclude>**/store/grpc/**/*.java</exclude>
<exclude>**/target/**</exclude>
<exclude>dist/**/*</exclude>
<!-- Git & GitHub -->
<exclude>.github/**/*</exclude>
<exclude>.gitignore</exclude>
Expand Down

0 comments on commit 74ae4af

Please sign in to comment.