diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 90dcf51bee..b142a16abe 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -84,6 +84,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + ${maven.deploy.skip} + + org.apache.maven.plugins maven-shade-plugin diff --git a/safemode-test/pom.xml b/safemode-test/pom.xml index 5d2716071e..fd3fbca034 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -27,4 +27,16 @@ ${project.version} + + + + + org.apache.maven.plugins + maven-deploy-plugin + + ${maven.deploy.skip} + + + +