From 6ff65096a4a71124104d982960dd7b05117bd370 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Tue, 18 Nov 2014 15:19:00 +0100
Subject: [PATCH] checkstyle will be executed on test phase

---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 20687c1f..0588c7a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,8 @@
 				<version>2.13</version>
 				<executions>
 					<execution>
+						<phase>test</phase>
+						<goals><goal>check</goal></goals>
 						<configuration>
 							<configLocation>${project.basedir}/conf/quality-config/cs-conf.xml</configLocation>
 							<includeTestSourceDirectory>true</includeTestSourceDirectory>
@@ -205,9 +207,6 @@
 							<failOnViolation>false</failOnViolation>
 							<linkXRef>false</linkXRef>
 						</configuration>
-						<goals>
-							<goal>check</goal>
-						</goals>
 					</execution>
 				</executions>
 			</plugin>
-- 
GitLab