cigs-4厂 后端下片改造项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 line
659 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3. 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">
  4. <localRepository>/usr/share/maven/ref/repository</localRepository>
  5. <pluginGroups>
  6. <pluginGroup>com.spotify</pluginGroup>
  7. </pluginGroups>
  8. <mirrors>
  9. <mirror>
  10. <id>central</id>
  11. <mirrorOf>*</mirrorOf>
  12. <name>aliyun</name>
  13. <url>https://maven.aliyun.com/repository/public</url>
  14. </mirror>
  15. </mirrors>
  16. </settings>