Ignore rat-check on archetype resources
diff --git a/pom.xml b/pom.xml
index 691ab2c..5466427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
 				<excludes combine.children="append">
 					<exclude>**/mimetype</exclude> <!-- really a binary file -->
 					<exclude>**/*.txt</exclude> <!-- workflow values -->
+					<exclude>**/src/main/resources/archetype-resources/</exclude> <!-- Don't want our archetype to generate ASF headers -->
 				</excludes>
 			</configuration>
 			</plugin>