From 47771ffed6af532b0fb9a910e8b965d485730158 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Thu, 30 Aug 2018 17:08:09 +0300 Subject: Run devserver under IDEA via maven target (#11152) --- uitest/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'uitest') diff --git a/uitest/pom.xml b/uitest/pom.xml index 91ea2e862c..ca27cf17a6 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -330,6 +330,45 @@ + + org.codehaus.mojo + exec-maven-plugin + + + run-development-server + + exec + + + java + + -ea + -classpath + + com.vaadin.launcher.DevelopmentServerLauncher + + test + + + + debug-development-server + + exec + + + java + + -ea + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 + -classpath + + com.vaadin.launcher.DevelopmentServerLauncher + + test + + + + -- cgit v1.2.3