forked from ravdy/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
25 lines (23 loc) · 861 Bytes
/
settings.xml
File metadata and controls
25 lines (23 loc) · 861 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
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance""
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">;
<servers>
<server>
<id>Maven-Hosted</id>
<username>jenkins</username>
<password>admin@123</password>
</server>
</servers>
<profiles>
<profile>
<id>mule</id>
<repositories>
<repository>
<id>nexus</id>
<name>jenkins</name>
<url>http://34.236.152.13:8081/repository/Maven-Hosted/</url>;
<layout>default</layout>
</repository>
</repositories>
</profile>
</profiles>
</settings>