diff --git a/nalu-plugin-core-web/pom.xml b/nalu-plugin-core-web/pom.xml index e87b4c62..cba9327d 100644 --- a/nalu-plugin-core-web/pom.xml +++ b/nalu-plugin-core-web/pom.xml @@ -186,6 +186,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu-plugin-elemental2/pom.xml b/nalu-plugin-elemental2/pom.xml index 65e08d5d..ea8d0b93 100644 --- a/nalu-plugin-elemental2/pom.xml +++ b/nalu-plugin-elemental2/pom.xml @@ -171,6 +171,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu-plugin-elemento/pom.xml b/nalu-plugin-elemento/pom.xml index 7d1c5e64..de63dc7e 100644 --- a/nalu-plugin-elemento/pom.xml +++ b/nalu-plugin-elemento/pom.xml @@ -162,6 +162,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu-plugin-gwt-processor/pom.xml b/nalu-plugin-gwt-processor/pom.xml index 6c909e67..cee38aba 100644 --- a/nalu-plugin-gwt-processor/pom.xml +++ b/nalu-plugin-gwt-processor/pom.xml @@ -293,6 +293,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu-plugin-gwt/pom.xml b/nalu-plugin-gwt/pom.xml index bc64ef3e..ee109782 100644 --- a/nalu-plugin-gwt/pom.xml +++ b/nalu-plugin-gwt/pom.xml @@ -180,6 +180,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu-processor/pom.xml b/nalu-processor/pom.xml index 52eb3864..491a9009 100644 --- a/nalu-processor/pom.xml +++ b/nalu-processor/pom.xml @@ -345,6 +345,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/nalu/pom.xml b/nalu/pom.xml index e1771c8d..44ab4c36 100644 --- a/nalu/pom.xml +++ b/nalu/pom.xml @@ -188,6 +188,7 @@ org.apache.maven.plugins maven-deploy-plugin + ${maven.deploy.plugin} false diff --git a/pom.xml b/pom.xml index 2b55cb2d..39b1b26f 100644 --- a/pom.xml +++ b/pom.xml @@ -311,6 +311,14 @@ false + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin} + + false + +