From d217c66aecb196893d85950ba328069a539c5f2c Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Fri, 16 Jan 2015 14:43:21 +0100
Subject: [PATCH] modded excludes

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ebfb91b..760e7991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
 						<exclude>experiments/**</exclude>
 						<exclude>run-configurations/**</exclude>
 						<exclude>target/**</exclude>
-						<exclude>pom.xml</exclude>
+						<exclude>*.xml</exclude>
 					</excludes>
 				</configuration>
 				<executions>
-- 
GitLab