1
0
mirror of synced 2026-05-22 14:43:15 +00:00

🔧 use Maven Central Portal

https://github.com/alibaba/nacos/issues/13358

settings.xml servers use:

<server>
  <id>central</id>
  <username>${CENTRAL_USERNAME}</username>
  <password>${CENTRAL_PASSWORD}</password>
</server>
This commit is contained in:
徐晓伟
2025-05-19 09:19:02 +08:00
parent 43728fb6cc
commit 6a21591e61
3 changed files with 80 additions and 19 deletions
+4
View File
@@ -14,6 +14,10 @@
<properties>
<revision>1.44.0</revision>
<!-- Maven GPG Plugin -->
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<!-- Maven Central Portal -->
<central.publishing.maven.version>0.7.0</central.publishing.maven.version>
</properties>
<dependencyManagement>