From 9cbec4d4027a2b06a3e0e2366aceda8619536b67 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Mon, 19 Feb 2018 22:35:39 +0100
Subject: [PATCH] Restrict Swagger API documentation generation to /v2

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87103fb5c..bdb5d2590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,8 +484,8 @@
 						<apiSource>
 							<springmvc>true</springmvc>
 							<locations>
-								<location>de.thm.arsnova.controller</location>
-								<location>de.thm.arsnova.entities</location>
+								<location>de.thm.arsnova.controller.v2</location>
+								<location>de.thm.arsnova.entities.v2</location>
 							</locations>
 							<schemes>
 								<scheme>http</scheme>
-- 
GitLab