From 300ab92ee55a826bf921f8f259e4cc60899c7f40 Mon Sep 17 00:00:00 2001 From: wujiawei <1207537021@qq.com> Date: Mon, 8 Jan 2024 22:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0deploy=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) diff --git a/pom.xml b/pom.xml index f6905fc..d6af639 100644 --- a/pom.xml +++ b/pom.xml @@ -76,4 +76,175 @@ + + + oss + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + package + + jar + + + en_US + UTF-8 + UTF-8 + none + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + verify + + sign + + + + + + + org.codehaus.mojo + flatten-maven-plugin + ${flatten-maven-plugin.version} + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + 发布的地址<--> + + + snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + snapshots + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + snapshots + 发布的地址<--> + + + maven-snapshots + deployment + http://192.168.17.221:31004/repository/maven-snapshots/ + + + maven-releases + deployment + http://192.168.17.221:31004/repository/maven-releases/ + + + + + native + + + + org.graalvm.buildtools + native-maven-plugin + 0.9.28 + + + + + Standard + + true + true + true + + true + + true + + + true + + + + + true + + + + + add-reachability-metadata + + add-reachability-metadata + + + + test-native + + test + + test + + + build-native + + compile-no-fork + + package + + + + + + + + + \ No newline at end of file