From e6488b105607810b08e0afba520c68978e79209c Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Thu, 22 Jan 2015 00:35:17 +0100
Subject: [PATCH] license header will now be added/updated on every maven
 exection

---
 pom.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index cec3825e..6d1f8cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,13 +299,14 @@
 						<include>**/*.java</include>
 					</includes>
 				</configuration>
-<!-- 				<executions> -->
-<!-- 					<execution> -->
-<!-- 						<goals> -->
-<!-- 							<goal>check</goal> -->
-<!-- 						</goals> -->
-<!-- 					</execution> -->
-<!-- 				</executions> -->
+				<executions>
+					<execution>
+						<phase>test</phase>
+						<goals>
+							<goal>format</goal>
+						</goals>
+					</execution>
+				</executions>
 			</plugin>
 		</plugins>
 	</build>
-- 
GitLab