Add checkstyle resource excludes to reporting section
diff --git a/pom.xml b/pom.xml
index cfed56f..ae7c931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,6 +408,7 @@
           <suppressionsLocation>${numbers.parent.dir}/src/conf/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
           <enableRulesSummary>false</enableRulesSummary>
           <includeResources>false</includeResources>
+          <resourceExcludes>NOTICE,LICENSE,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes>
         </configuration>
         <reportSets>
           <reportSet>