From b2d929f8a301c547bd536cc7b80df9868b41664d Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de> Date: Tue, 5 Mar 2013 16:22:28 +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 bcdd4573..29b11ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,7 @@ <artifactId>aspectj-maven-plugin</artifactId> <version>1.4</version> </plugin> + <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -385,6 +386,7 @@ <configLocation>ARSnova-checkstyle-checker.xml</configLocation> </configuration> </plugin> + --> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> -- GitLab