forked from jonatansalemes/nginx-admin
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsettings.xml
More file actions
25 lines (20 loc) · 866 Bytes
/
settings.xml
File metadata and controls
25 lines (20 loc) · 866 Bytes
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
<?xml version="1.0"?>
<settings>
<mirrors>
<!-- <mirror>-->
<!-- <id>alimaven</id>-->
<!-- <name>aliyun maven</name>-->
<!-- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>-->
<!-- <mirrorOf>central</mirrorOf>-->
<!-- </mirror>-->
<!-- add below mirror as some dependencies of jboss public -->
<!-- cannot be found in http://repository.jboss.org/nexus/content/groups/public/ -->
<!-- but in http://repository.jboss.org/nexus/content/groups/public-jboss /-->
<mirror>
<id>jbosspublic</id>
<name>jboss public</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<mirrorOf>jboss-public-repository-group</mirrorOf>
</mirror>
</mirrors>
</settings>