Changed checkstyle exclusion for pom.properties.
diff --git a/pom.xml b/pom.xml
index d1bfbe0..57d73d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,7 +604,7 @@
               <enableRulesSummary>false</enableRulesSummary>
               <logViolationsToConsole>false</logViolationsToConsole>
               <failOnViolation>true</failOnViolation>
-              <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties,**/resolver-status.properties</resourceExcludes>
+              <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties</resourceExcludes>
               <excludes>**/generated/**.java</excludes>
             </configuration>
             <executions>