diff --git a/dist-as7/pom.xml b/dist-as7/pom.xml old mode 100644 new mode 100755 index a3aa146cd2..463587197f --- a/dist-as7/pom.xml +++ b/dist-as7/pom.xml @@ -38,6 +38,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-antrun-plugin diff --git a/dist/pom.xml b/dist/pom.xml old mode 100644 new mode 100755 index 23e0a719dd..e3df987519 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -38,6 +38,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-antrun-plugin diff --git a/examples/as7-eap-demo/database-service/pom.xml b/examples/as7-eap-demo/database-service/pom.xml index 62b7e3f28b..9aaa52e482 100755 --- a/examples/as7-eap-demo/database-service/pom.xml +++ b/examples/as7-eap-demo/database-service/pom.xml @@ -44,6 +44,13 @@ database + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.jboss.as.plugins jboss-as-maven-plugin diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 03fbbff514..2b713549a2 100755 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -212,6 +212,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-compiler-plugin diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml index f9dc957cb7..34c2914dc1 100755 --- a/testsuite/performance/pom.xml +++ b/testsuite/performance/pom.xml @@ -62,6 +62,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-compiler-plugin diff --git a/testsuite/pom.xml b/testsuite/pom.xml index c8b7bcf19d..081c9510e3 100755 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -12,6 +12,17 @@ pom Keycloak TestSuite + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + integration performance