From 4dda41e55d61312e6d19f3e265ff5f711df43797 Mon Sep 17 00:00:00 2001
From: Thorsten Vitt <thorsten.vitt@uni-wuerzburg.de>
Date: Wed, 11 Mar 2020 18:56:06 +0100
Subject: [PATCH] Profile for the test server

---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5434b67..5a6b104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,6 +460,15 @@
 				<aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev>
 			</properties>
 		</profile>
+		<profile>
+			<id>testserver</id>
+			<properties>
+				<aggregator.endpoint.published>http://test.textgridlab.org/1.0/aggregator</aggregator.endpoint.published>
+				<aggregator.textgridrep.default>http://test.textgridlab.org/1.0/confserv</aggregator.textgridrep.default>
+				<aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev>
+				<aggregator.classifier>esx1</aggregator.classifier>
+			</properties>
+		</profile>
 		<profile>
 			<id>authtests</id>
 			<activation>
-- 
GitLab