forked from camunda-consulting/twitter-qa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcamunda-settings.xml
34 lines (30 loc) · 900 Bytes
/
camunda-settings.xml
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
<?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>
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</username>
<password>proxypass</password>
<host>proxy.host.net</host>
<port>80</port>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
</proxies>
<servers>
<server>
<id>camunda-bpm-nexus-ee</id>
<username>camunda enterprise user</username>
<password>camunda enterprise password</password>
</server>
</servers>
<mirrors>
</mirrors>
<profiles>
</profiles>
</settings>