From 8f9b300d5429f07c201e0dfa649534994eb7b70c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com>
Date: Sat, 9 Dec 2023 08:25:24 +0800
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8F=91=E5=B8=83=E5=88=B0maven?=
=?UTF-8?q?=E4=BB=93=E5=BA=93=20v1.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index fd871ea..4bc1b4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,15 +155,16 @@
+
+ <!–注意,此id必须与setting.xml中指定的一致,不要自作聪明改它名字–>
release
true
-
+ <!–发布到中央SNAPSHOT仓库插件–>
org.apache.maven.plugins
@@ -177,7 +178,7 @@
-
+ <!–生成源码插件–>
org.apache.maven.plugins
maven-source-plugin
@@ -192,7 +193,7 @@
-
+ <!–生成API文档插件–>
org.apache.maven.plugins
maven-javadoc-plugin
@@ -205,14 +206,14 @@
-Xdoclint:none
-
+ <!– /usr/libexec/java_home -V –>
/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc
-
+ <!–gpg插件–>
org.apache.maven.plugins
maven-gpg-plugin
@@ -237,7 +238,7 @@
-
+ <!–注意,此id必须与setting.xml中指定的一致–>
ossrh
https://s01.oss.sonatype.org/content/repositories/snapshots
@@ -248,6 +249,6 @@
-
+ -->
\ No newline at end of file
--
GitLab