瀏覽代碼

feat(pom): 添加私有仓库配置

xipengqiang 7 月之前
父節點
當前提交
19ecd12b16
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -66,4 +66,11 @@
 			 --> 
 		</plugins>
 	</build>
+	<repositories>
+		<repository>
+			<id>platomix-release</id>
+			<name>私有Maven仓库</name>
+			<url>https://windata.platomix.net/nexus/repository/maven-public/</url>
+		</repository>
+	</repositories>
 </project>