From 3d69bf913e3b9f7f6f5843d71f5549e5e6d1d5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9A=E4=BD=99=E5=B8=83=E9=81=93=E5=B8=88?= Date: Sat, 21 May 2022 14:02:47 +0800 Subject: [PATCH] test modules skip maven deploy. --- benchmark/pom.xml | 7 +++++++ safemode-test/pom.xml | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index be8a78f810..0b894ec625 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 0cfc30cbd8..d261089d40 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} + + + +