From a7d0a0a57990149fd48511d87b8123b18401975f Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de> Date: Tue, 5 Mar 2013 18:19:32 +0100 Subject: [PATCH] Revert "Temporarily disabled Maven Checkstyle plugin." This reverts commit b2d929f8a301c547bd536cc7b80df9868b41664d. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29b11ac2..bcdd4573 100644 --- a/pom.xml +++ b/pom.xml @@ -377,7 +377,6 @@ <artifactId>aspectj-maven-plugin</artifactId> <version>1.4</version> </plugin> - <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -386,7 +385,6 @@ <configLocation>ARSnova-checkstyle-checker.xml</configLocation> </configuration> </plugin> - --> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> -- GitLab