添加 Woodpecker CI/CD 配置实现自动发布到 Nexus
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -36,11 +36,11 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<id>lnh2e-releases</id>
|
||||
<url>https://nexus.lnh2e.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<id>lnh2e-snapshots</id>
|
||||
<url>https://nexus.lnh2e.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
Reference in New Issue
Block a user