Skip to content

Commit

Permalink
fixed Rat configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 22, 2023
1 parent ae735ee commit 270ce55
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
Expand Down Expand Up @@ -369,18 +365,9 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<consoleOutput>true</consoleOutput>
<excludes>
<excludes combine.children="append">
<!-- usually testing log files -->
<exclude>**/*.log</exclude>

<!-- should come by parent, but parent does not allow override so far (PR in progress -->
<exclude>.java-version</exclude>
<exclude>.mvn/jvm.config</exclude>
<exclude>**/*.txt</exclude>
<exclude>src/changelog/**/*.xml</exclude>
<exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
<exclude>.github/pull_request_template.md</exclude>

</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 270ce55

Please sign in to comment.