[PATCH 1 of 2] Commented checkstyle from pom becuase it doesnt work with eclipse

Wald Commits scm-commit at wald.intevation.org
Mon Feb 26 18:10:09 CET 2018


# HG changeset patch
# User gernotbelger
# Date 1519664992 -3600
# Node ID 837c04af69fd97aeff2b5005295508844a08e363
# Parent  37ff7f43591222df1152f715af27ee958516229c
Commented checkstyle from pom becuase it doesnt work with eclipse

diff -r 37ff7f435912 -r 837c04af69fd backend/pom.xml
--- a/backend/pom.xml	Fri Feb 23 09:30:24 2018 +0100
+++ b/backend/pom.xml	Mon Feb 26 18:09:52 2018 +0100
@@ -82,6 +82,7 @@
           </descriptors>
         </configuration>
       </plugin>
+      <!-- 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -104,6 +105,7 @@
           </execution>
         </executions>
       </plugin>
+       -->
     </plugins>
   </build>
 


More information about the Dive4Elements-commits mailing list