From 0d3b09a15d66350e1dc8c08bbb6b3d29ac54d26a Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de>
Date: Tue, 5 Mar 2013 18:19:44 +0100
Subject: [PATCH] Revert "Temporarily disabled Maven Checkstyle plugin."

This reverts commit 6445fea1fa188b3d29bf1050d774c40dff68b276.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bcdd4573..e3aa4b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,6 @@
 				<version>2.5.2</version>
 				<configuration></configuration>
 			</plugin>
-			<!--
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
@@ -110,7 +109,6 @@
 					<configLocation>ARSnova-checkstyle-checker.xml</configLocation>
 				</configuration>
 			</plugin>
-			-->
 		</plugins>
 	</reporting>
 
-- 
GitLab