From 2c55203fbeb23663ee479c70fc4d6d63e424a619 Mon Sep 17 00:00:00 2001 From: fjn Date: Thu, 10 Oct 2019 20:04:27 +0800 Subject: [PATCH] * skip sqlhelper-example module when deploy to PUBLIC maven repository --- pom.xml | 4 ++++ sqlhelper-examples/pom.xml | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 62dcfe13f..ed11ec1f5 100644 --- a/pom.xml +++ b/pom.xml @@ -291,6 +291,10 @@ sonatype_oss https://oss.sonatype.org true + true + 20 + 30 + false diff --git a/sqlhelper-examples/pom.xml b/sqlhelper-examples/pom.xml index 2d755bded..58e617c97 100644 --- a/sqlhelper-examples/pom.xml +++ b/sqlhelper-examples/pom.xml @@ -161,6 +161,15 @@ spring-boot-maven-plugin ${spring.boot.version} + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + true + + \ No newline at end of file