From 5f8e45fd54386d59ee73fce85d98153f9d00bf98 Mon Sep 17 00:00:00 2001 From: xiafang Date: Mon, 14 Dec 2020 14:30:36 +0800 Subject: [PATCH] pom --- payment-spring-boot-autoconfigure/pom.xml | 18 +--- payment-spring-boot-starter/pom.xml | 17 +--- pom.xml | 117 ++++++++++++++-------- 3 files changed, 85 insertions(+), 67 deletions(-) diff --git a/payment-spring-boot-autoconfigure/pom.xml b/payment-spring-boot-autoconfigure/pom.xml index 23e54d1..9fa5699 100644 --- a/payment-spring-boot-autoconfigure/pom.xml +++ b/payment-spring-boot-autoconfigure/pom.xml @@ -2,25 +2,17 @@ + + cn.felord + payment-spring-boot + 1.0.0.RELEASE + - cn.felord payment-spring-boot-autoconfigure 1.0.0.RELEASE jar 4.0.0 - - - - cn.felord - payment-spring-boot - 1.0.0.RELEASE - pom - import - - - - 1.8 1.8 diff --git a/payment-spring-boot-starter/pom.xml b/payment-spring-boot-starter/pom.xml index be0220e..67a2253 100644 --- a/payment-spring-boot-starter/pom.xml +++ b/payment-spring-boot-starter/pom.xml @@ -2,24 +2,17 @@ + + cn.felord + payment-spring-boot + 1.0.0.RELEASE + - cn.felord payment-spring-boot-starter 1.0.0.RELEASE jar 4.0.0 - - - - cn.felord - payment-spring-boot - 1.0.0.RELEASE - pom - import - - - 1.8 diff --git a/pom.xml b/pom.xml index abf8008..60e09cf 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,8 @@ 4.0.0 payment-spring-boot - payment sdk + wechat-pay and alipay sdk + https://github.com/NotFound403/payment-spring-boot @@ -55,6 +56,19 @@ 1.66 + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + sonatype-nexus-snapshots + Nexus Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + + @@ -104,46 +118,65 @@ - - - - org.apache.maven.plugins - maven-resources-plugin - 3.2.0 - - UTF-8 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - private - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - - + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + package + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + private + true + UTF-8 + UTF-8 + UTF-8 + + + + compile + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + + + + \ No newline at end of file