From 203bf00253b2680f09f404e9910dd901d9e87970 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Wed, 11 Jul 2018 16:53:46 +0200 Subject: [PATCH] Remove frontend config for Jetty --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd924a2f..5cbd88432 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,6 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> <sonar.language>java</sonar.language> - <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> - <customization.path>${basedir}/../arsnova-customization/src/main/webapp</customization.path> </properties> <developers> @@ -350,16 +346,6 @@ <overrideDescriptor>src/main/webapp/WEB-INF/web-dev.xml</overrideDescriptor> <webInfIncludeJarPattern>^$</webInfIncludeJarPattern> </webApp> - <contextHandlers> - <contextHandler implementation="org.eclipse.jetty.maven.plugin.JettyWebAppContext"> - <contextPath>/mobile</contextPath> - <resourceBase>${mobile.path}</resourceBase> - </contextHandler> - <contextHandler implementation="org.eclipse.jetty.maven.plugin.JettyWebAppContext"> - <contextPath>/customization</contextPath> - <resourceBase>${customization.path}</resourceBase> - </contextHandler> - </contextHandlers> </configuration> </plugin> <plugin> -- GitLab