From 3f5a4e6aa2e6a82deb0aeeb300c337e81bf44347 Mon Sep 17 00:00:00 2001 From: Jan Bliznak Date: Tue, 17 Dec 2024 13:37:18 +0100 Subject: [PATCH] [WFLY-20153] Add missing wildfly-maven-plugin configuration With this pluginManagement configuration, maven can again resolve wildfly:deploy goal --- jta-crash-rec/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 685668a6ee..9a5cda1a5a 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -49,6 +49,7 @@ 35.0.0.Beta1 ${version.server} + 5.1.0.Beta2 @@ -128,6 +129,15 @@ ${project.artifactId} + + + + org.wildfly.plugins + wildfly-maven-plugin + ${version.plugin.wildfly} + + +