From 2bd2c005636c460764fb70363dcd26a0b0396f30 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Tue, 21 Apr 2015 13:47:10 +0200
Subject: [PATCH] removed performancetest profile from pom.xml

---
 pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index 25ff3414..77e567ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,32 +415,6 @@
 
 
 	<profiles>
-		<profile>
-			<id>performancetest</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>build-helper-maven-plugin</artifactId>
-						<version>1.9.1</version>
-						<executions>
-							<execution>
-								<id>add-test-source</id>
-								<phase>generate-test-sources</phase>
-								<goals>
-									<goal>add-test-source</goal>
-								</goals>
-								<configuration>
-									<sources>
-										<source>src/performancetest/java</source>
-									</sources>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
 		<profile>
 			<id>signing</id>
 			<activation>
-- 
GitLab