Prechádzať zdrojové kódy

添加了settings.xml

verguenza 5 rokov pred
rodič
commit
92c2c7102f
1 zmenil súbory, kde vykonal 45 pridanie a 0 odobranie
  1. 45 0
      settings.xml

+ 45 - 0
settings.xml

@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+  <pluginGroups>
+  </pluginGroups>
+
+  <proxies>
+  </proxies>
+
+  <servers>
+
+    <server>
+        <id>rdc-releases</id>
+        <username>7IxD1n</username>
+        <password>R2zIxECSB5</password>
+    </server>
+
+    <server>
+        <id>rdc-snapshots</id>
+        <username>7IxD1n</username>
+        <password>R2zIxECSB5</password>
+    </server>
+  </servers>
+
+  <mirrors>
+  </mirrors>
+  <profiles>
+      <profile>
+          <id>rdc-private-repo</id>
+          <repositories>
+              <repository>
+                  <id>rdc-releases</id>
+                  <url>https://repo.rdc.aliyun.com/repository/109287-release-nNDwQE/</url>
+              </repository>
+              <repository>
+                  <id>rdc-snapshots</id>
+                  <url>https://repo.rdc.aliyun.com/repository/109287-snapshot-ZkSC5j/</url>
+              </repository>
+          </repositories>
+      </profile>
+  </profiles>
+
+</settings>