From 6e69196643d8ce9128095c29f53acd2ca535fe26 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Wed, 5 Oct 2016 12:28:29 +0200 Subject: [PATCH] Fixes the EAR deployment to Wildfly On previous commits, the name of the EAR was changed but the Wildfly plugin wasn't updated to use the new name. This commit changes the Wildfly deployment configuration to fix this problem. --- ear/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ear/pom.xml b/ear/pom.xml index b885397..6cea06b 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -69,6 +69,7 @@ false 10990 + ${project.parent.artifactId}-${project.version}.${project.packaging} -- 2.18.1