From 453cc06e72f5baa8a76e83c66a5ae8fa434edaa0 Mon Sep 17 00:00:00 2001 From: Andrei Straut Date: Thu, 17 Aug 2017 22:59:14 +0100 Subject: [PATCH] Setup wildfly auto deploy. Bump pom --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b207b76..630f21f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.andreistraut gaps - 1.1 + 1.2 war GAPS @@ -13,6 +13,9 @@ https://www.andreistraut.info/gaps + gaps + 1.1.0.Final + ${project.build.directory}/endorsed UTF-8 gfv3ee6 @@ -184,6 +187,19 @@ + + org.wildfly.plugins + wildfly-maven-plugin + ${wildfly-maven-plugin-version} + + andrei-straut-wildfly + ${deploymentName}.war + ${deploymentName}.war + true + 9993 + https-remoting + +