From 6445fea1fa188b3d29bf1050d774c40dff68b276 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de> Date: Tue, 5 Mar 2013 15:56:51 +0100 Subject: [PATCH] Temporarily disabled Maven Checkstyle plugin. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index e3aa4b0c..bcdd4573 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,7 @@ <version>2.5.2</version> <configuration></configuration> </plugin> + <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -109,6 +110,7 @@ <configLocation>ARSnova-checkstyle-checker.xml</configLocation> </configuration> </plugin> + --> </plugins> </reporting> -- GitLab