From 7ae2a9e35d56d6abbec09ac5a789c1c94f0d9784 Mon Sep 17 00:00:00 2001
From: Christoph Thelen <christoph.thelen@mni.thm.de>
Date: Sat, 14 Jun 2014 19:26:22 +0200
Subject: [PATCH] Use "mobile" as the deployment path

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

diff --git a/pom.xml b/pom.xml
index 4a86237d0..b8cac2b70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@
 				<configuration>
 					<url>http://localhost:8080/manager/text</url>
 					<server>arsnova</server>
-					<path>/arsnova-war</path>
+					<path>/mobile</path>
 				</configuration>
 			</plugin>
 			<plugin>
-- 
GitLab