forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
24 lines (24 loc) · 1.32 KB
/
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
<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>hub-build-info</id>
<properties>
<hub-url>https://hub-beta.blackducksoftware.com</hub-url>
<hub-user>sysadmin</hub-user>
<hub-password>blackduck</hub-password>
<hub-timeout>600</hub-timeout>
<hub-proxy-host></hub-proxy-host>
<hub-proxy-port></hub-proxy-port>
<hub-proxy-no-hosts></hub-proxy-no-hosts>
<hub-proxy-user></hub-proxy-user>
<hub-proxy-password></hub-proxy-password>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>hub-build-info</activeProfile>
</activeProfiles>
</settings>