diff --git a/pom.xml b/pom.xml
index fd871eaae3c5a69dc81e6c56f4f51cc40e8bb750..4bc1b4c67257f5d8d47a770bb91aa615c42d205d 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