Any issues with changing the rat plugin to run in the package phase? It's 
choking on the eclipse generated files, I can't even run tests. There does not 
appear to be a way to disable it or to tell it to exclude files during the 
check. Is there any reason that it is running so early in the build process? 

Specifically, I'm talking about this change: 

diff --git a/pom.xml b/pom.xml 
index ec909d8..ac3d8b5 100644 
--- a/pom.xml 
+++ b/pom.xml 
@@ -852,6 +852,7 @@ 
<goals> 
<goal>check</goal> 
</goals> 
+ <phase>package</phase> 
</execution> 
</executions> 
</plugin> 

Reply via email to