From 1ea056c37f10221dce967d8bd668c0c4ed37a938 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 28 Mar 2024 15:37:05 +0000 Subject: [PATCH] add support for 'mvn wildfly:execute-commands -Pconfigure-server' instead of jboss-cli usage --- security-domain-to-domain/ear/pom.xml | 23 +++++++++----- security-domain-to-domain/ejb/pom.xml | 12 ++++++++ security-domain-to-domain/pom.xml | 42 +++++++++++++++++--------- security-domain-to-domain/test/pom.xml | 13 ++++++++ security-domain-to-domain/web/pom.xml | 13 ++++++++ 5 files changed, 81 insertions(+), 22 deletions(-) diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml index 209318b560..e776c91f27 100644 --- a/security-domain-to-domain/ear/pom.xml +++ b/security-domain-to-domain/ear/pom.xml @@ -83,14 +83,6 @@ @{artifactId}@@{dashClassifier?}@.@{extension}@ - - - org.wildfly.plugins - wildfly-maven-plugin - - false - - @@ -150,6 +142,21 @@ + + configure-server + + + + org.wildfly.plugins + wildfly-maven-plugin + + + true + + + + + diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml index 0f25c3cf60..fcdd6abadf 100644 --- a/security-domain-to-domain/ejb/pom.xml +++ b/security-domain-to-domain/ejb/pom.xml @@ -74,4 +74,16 @@ + + + + org.wildfly.plugins + wildfly-maven-plugin + + + true + + + + diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index ac35dd5eaf..4c1418a542 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -146,19 +146,33 @@ - - - - org.wildfly.plugins - wildfly-maven-plugin - ${version.plugin.wildfly} - - true - - - + + + + org.wildfly.plugins + wildfly-maven-plugin + ${version.plugin.wildfly} + + + + + + + + configure-server + + + + org.wildfly.plugins + wildfly-maven-plugin + + configure-server.cli + + + + + + + diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml index 0910ee639e..6d40e19e02 100644 --- a/security-domain-to-domain/test/pom.xml +++ b/security-domain-to-domain/test/pom.xml @@ -66,4 +66,17 @@ + + + + + org.wildfly.plugins + wildfly-maven-plugin + + + true + + + + diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index a6a8b993a1..197471d916 100644 --- a/security-domain-to-domain/web/pom.xml +++ b/security-domain-to-domain/web/pom.xml @@ -90,4 +90,17 @@ provided + + + + + org.wildfly.plugins + wildfly-maven-plugin + + + true + + + +