丁云鹏 7 月之前
父节点
当前提交
f2fe745886
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -67,4 +67,17 @@
         </plugins>
     </build>
 
+    <distributionManagement>
+        <repository>
+            <id>stuuudy</id>
+            <name>stuuudy Repository</name>
+            <url>http://nexus.stuuudy.com:9580/nexus/content/repositories/stuuudy/</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots</id>
+            <name>Snapshots</name>
+            <url>http://nexus.stuuudy.com:9580/nexus/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
 </project>