removed duplicate rat execution

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1743582 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/maven-archetype-bundles/pom.xml b/maven/maven-archetype-bundles/pom.xml
index 70587a4..296f07c 100644
--- a/maven/maven-archetype-bundles/pom.xml
+++ b/maven/maven-archetype-bundles/pom.xml
@@ -97,15 +97,6 @@
             <exclude>**/archetype-resources/**</exclude>
           </excludes>
         </configuration>
-        <executions>
-          <execution>
-            <id>rat-check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <phase>verify</phase>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>