From 594525ae804402a89c0ec9167b3397af9041ec38 Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 5 Jan 2023 22:37:22 +0800 Subject: [PATCH] build: skip binary distro on release to maven Signed-off-by: tison --- distribution/pom.xml | 19 ------------------- pom.xml | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index b1289aef..9af2a887 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -35,23 +35,4 @@ commandline native - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - - diff --git a/pom.xml b/pom.xml index 03ea4194..73cd732a 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,6 @@ hawkeye-command hawkeye-core - distribution @@ -80,7 +79,6 @@ 3.3.0 - 3.0.0 3.0.0-M6 3.4.1 3.0.0-M7 @@ -192,11 +190,6 @@ maven-shade-plugin ${maven-shade-plugin.version} - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - org.sonatype.plugins nexus-staging-maven-plugin @@ -312,12 +305,24 @@ ossrh https://s01.oss.sonatype.org/ - false + true + + distribution + + true + + !release + + + + distribution + +