From 3f9119f5cb4da3d5adc598df046615c912504b59 Mon Sep 17 00:00:00 2001 From: trantan196 <43330480+trantan196@users.noreply.github.com> Date: Sun, 17 Jan 2021 16:45:43 +0700 Subject: [PATCH] Update pom.xml --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index f9aeba6..dc443d6 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,26 @@ target ROOT + + + org.wildfly.plugins + wildfly-maven-plugin + 2.0.2.Final + + + install + + deploy + + + + + ${project.build.finalName}.war + ${deploy.jboss.host} + ${deploy.jboss.port} + ${deploy.jboss.username} + ${deploy.jboss.password} +