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 + + + +