diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml index 73f1622493..a9bed2a02c 100755 --- a/distribution/demo-dist/pom.xml +++ b/distribution/demo-dist/pom.xml @@ -34,6 +34,13 @@ keycloak-demo-${project.version} + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-dependency-plugin diff --git a/distribution/subsystem-war/pom.xml b/distribution/subsystem-war/pom.xml index a86119090d..20427b3071 100755 --- a/distribution/subsystem-war/pom.xml +++ b/distribution/subsystem-war/pom.xml @@ -18,6 +18,13 @@ auth-server + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.jboss.as.plugins jboss-as-maven-plugin