@@ -111,6 +111,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>maven-eclipse.xml</exclude>
+ <exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>