From 03f9c0cca940e917abce770d5e6991cf553e5f7f Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 15 Apr 2021 15:33:18 -0400 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20OSSRH=20=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 15 ++++++--- pom.xml | 81 +++++++++++++++++++++++++++++++++++++++------ 2 files changed, 82 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7027af93e1..180a7374f5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,6 @@ - @@ -178,6 +184,7 @@ - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3175e0d049..46940eba5f 100644 --- a/pom.xml +++ b/pom.xml @@ -223,19 +223,80 @@ - org.apache.maven.plugins - maven-jar-plugin - 2.6 + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true - - - com.ossez.reoc.rets.Main - true - lib/ - - + ossrh + https://oss.sonatype.org/ + true + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + +