Skip to content

Commit

Permalink
#267 Add new files to excludes section of apache-rat-plugin
Browse files Browse the repository at this point in the history
- adds new files introduced during recent changes, eg for Github actions integration
  • Loading branch information
mawiesne committed Nov 4, 2023
1 parent 6714d10 commit ed96e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,13 @@
<exclude>NOTICE.txt</exclude>
<exclude>README.md</exclude>
<exclude>README</exclude>
<exclude>installEclipseSettings.sh</exclude>
<exclude>db/**/*</exclude>
<exclude>src/main/java/org/dkpro/jwpl/tutorial/parser/DarmstadtWikipediaArticle.txt</exclude>
<exclude>src/main/resources/**/*</exclude>
<exclude>src/test/resources/**/*</exclude>
<exclude>.activate_rat-check</exclude>
<exclude>src/main/java/org/dkpro/jwpl/tutorial/parser/DarmstadtWikipediaArticle.txt</exclude>
<exclude>.github/**/*</exclude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit ed96e37

Please sign in to comment.