增加 maven 仓库发布地址
This commit is contained in:
@ -37,4 +37,5 @@
|
|||||||
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -37,4 +37,5 @@
|
|||||||
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -25,4 +25,5 @@
|
|||||||
<artifactId>feign-okhttp</artifactId>
|
<artifactId>feign-okhttp</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -38,4 +38,34 @@
|
|||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<!-- 配置nexus远程仓库 -->
|
||||||
|
<repository>
|
||||||
|
<id>repo_group_seal</id>
|
||||||
|
<name>Nexus Snapshot Repository</name>
|
||||||
|
<url>http://192.168.30.126:31233/repository/eshop-grouppath-45c07c6e-maven-group/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>ettp_group_public</id>
|
||||||
|
<name>ettp_group_public</name>
|
||||||
|
<url>http://zentao.jlcucc.com:60000/repository/ettp-public/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>aliyun-repos</id>
|
||||||
|
<url>https://maven.aliyun.com/repository/public</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
9
pom.xml
9
pom.xml
@ -305,4 +305,13 @@
|
|||||||
<module>mall-ebtp-cloud-log-starter</module>
|
<module>mall-ebtp-cloud-log-starter</module>
|
||||||
<module>mall-ebtp-cloud-seata-starter</module>
|
<module>mall-ebtp-cloud-seata-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>ettp-host-release</id>
|
||||||
|
<name>Install to ettp center</name>
|
||||||
|
<url>http://zentao.jlcucc.com:60000/repository/ettp-releases/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user