Add m2e generated things to rat excludes

This commit is contained in:
Daniel Kulp 2015-06-09 12:44:42 -04:00
parent 7ee0f559c6
commit e608f24bfb
1 changed files with 5 additions and 0 deletions

View File

@ -949,6 +949,11 @@
<exclude>**/*.jks</exclude>
<exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
<exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.project</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.checkstyle</exclude>
<exclude>**/.factorypath</exclude>
<exclude>ratReport.txt</exclude>
<!-- activemq5 unit tests exclude -->
<exclude>**/*.data</exclude>