From 5e21b87807eff6e1fa6b1cf38a0acf1a775b196d Mon Sep 17 00:00:00 2001 From: Christoph Thelen <christoph.thelen@mni.thm.de> Date: Sat, 26 Jul 2014 13:12:54 +0200 Subject: [PATCH] No more need to put in the clunky testing URL of arsnova-mobile --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8cac2b70..94f8e7d67 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,9 @@ <org.springframework.security-version>3.2.4.RELEASE</org.springframework.security-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.url>https://scm.thm.de/arsnova</project.url> - <mobile.path>../arsnova-mobile/src/main/webapp/build/production/ARSnova</mobile.path> + <mobile.production.path>../arsnova-mobile/src/main/webapp/build/production/ARSnova</mobile.production.path> + <mobile.testing.path>../arsnova-mobile/src/main/webapp/build/testing/ARSnova</mobile.testing.path> + <mobile.path>${mobile.production.path}</mobile.path> </properties> <developers> -- GitLab