-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
67 lines (62 loc) · 2.45 KB
/
Copy pathsettings.xml
File metadata and controls
67 lines (62 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?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">
<localRepository>D:\OpenSource\Maven\repository</localRepository>
<!--使用OSC镜像配置-->
<!--<mirrors>
<mirror>
<id>nexus-osc</id>
<mirrorOf>central</mirrorOf>
<username>Nexus osc</username>
<url>http://maven.oschina.net/content/groups/public/</url>
<!–<url>http://localhost:8081/nexus/content/groups/public/</url>–>
</mirror>
<mirror>
<id>osc_thirdparty</id>
<mirrorOf>thirdparty</mirrorOf>
<url>http://maven.oschina.net/content/repositories/thirdparty/</url>
</mirror>
</mirrors>-->
<!--<profiles>-->
<!--<profile>-->
<!--<id>osc</id>-->
<!--<activation>-->
<!--<activeByDefault>true</activeByDefault>-->
<!--<jdk>1.8</jdk>-->
<!--</activation>-->
<!--<repositories>-->
<!--<repository>-->
<!--<id>osc</id>-->
<!--<url>http://maven.oschina.net/content/groups/public/</url>-->
<!--<!–<url>http://localhost:8081/nexus/content/groups/public/</url>–>-->
<!--<releases>-->
<!--<enabled>true</enabled>-->
<!--<updatePolicy>daily</updatePolicy>-->
<!--<checksumPolicy>fail</checksumPolicy>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>false</enabled>-->
<!--<updatePolicy>daily</updatePolicy>-->
<!--<checksumPolicy>fail</checksumPolicy>-->
<!--</snapshots>-->
<!--</repository>-->
<!--<repository>-->
<!--<id>osc_thirdparty</id>-->
<!--<url>http://maven.oschina.net/content/repositories/thirdparty/</url>-->
<!--<!–<url>http://localhost:8081/nexus/content/groups/public/</url>–>-->
<!--</repository>-->
<!--</repositories>-->
<!--<pluginRepositories>-->
<!--<pluginRepository>-->
<!--<id>osc</id>-->
<!--<!–<url>http://localhost:8081/nexus/content/groups/public/</url>–>-->
<!--<url>http://maven.oschina.net/content/groups/public/</url>-->
<!--</pluginRepository>-->
<!--</pluginRepositories>-->
<!--</profile>-->
<!--</profiles>-->
<!--<activeProfiles>-->
<!--<activeProfile>osc</activeProfile>-->
<!--</activeProfiles>-->
</settings>