增加消息通知

This commit is contained in:
jimleerx
2025-10-30 13:24:47 +08:00
parent 4c658628be
commit 7f7a1c059b
5 changed files with 150 additions and 26 deletions

View File

@@ -131,6 +131,11 @@ under the License.
<passphrase>optional; leave empty if not used.</passphrase>
</server>
-->
<server>
<id>mirror-all</id>
<username>jimlee</username>
<password>wysnih-dybbyQ-0rigti</password>
</server>
<server>
<id>2ha</id>
<username>jimlee</username>
@@ -176,7 +181,7 @@ under the License.
<id>mirror-all</id>
<mirrorOf>*</mirrorOf>
<name>2ha mirror</name>
<url>https://2ha.me:18082/repository/maven-public/</url>
<url>https://maven.2ha.me/repository/maven-public/</url>
</mirror>
</mirrors>
@@ -272,7 +277,7 @@ under the License.
<repository>
<id>2ha</id>
<name>2ha.me nexus private</name>
<url>https://2ha.me:18082/repository/maven-public/</url>
<url>https://maven.2ha.me/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -284,12 +289,12 @@ under the License.
<repository>
<id>maven-releases</id>
<name>Nexus Release Repository</name>
<url>https://2ha.me:18082/repository/private/</url>
<url>https://maven.2ha.me/repository/private/</url>
</repository>
<repository>
<id>maven-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>https://2ha.me:18082/repository/private/</url>
<url>https://maven.2ha.me/repository/private/</url>
</repository>
</repositories>
</profile>