killbill-memoizeit

pom.xml: remove maven-duplicate-finder-plugin from Travis

3/1/2013 8:45:21 PM

Changes

pom.xml 10(+6 -4)

Details

pom.xml 10(+6 -4)

diff --git a/pom.xml b/pom.xml
index 00ccd22..22b75ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,10 +838,12 @@
                         <groupId>com.ning.maven.plugins</groupId>
                         <artifactId>maven-dependency-versions-check-plugin</artifactId>
                     </plugin>
-                    <plugin>
-                        <groupId>com.ning.maven.plugins</groupId>
-                        <artifactId>maven-duplicate-finder-plugin</artifactId>
-                    </plugin>
+                    <!-- Comment out the plugin for now. Logs are getting too big on Travis which fails the build,
+                         see for example https://api.travis-ci.org/jobs/5172875/log.txt?deansi=true -->
+                    <!--<plugin>-->
+                        <!--<groupId>com.ning.maven.plugins</groupId>-->
+                        <!--<artifactId>maven-duplicate-finder-plugin</artifactId>-->
+                    <!--</plugin>-->
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>