blob: 4f41791baad6bb1eeb9fe4f29296656f58e815a4 (
plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
<?xml version="1.0" ?>
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>one.proxy.att.com</host>
<port>8080</port>
<nonProxyHosts>127.0.0.1|*.att.com|*.sbc.com</nonProxyHosts>
</proxy>
</proxies>
<servers>
<server>
<id>mso-releases</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
<server>
<id>mso-snapshots</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
<server>
<id>mso-3rd-party</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>eelf-framework-plugin</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>backport-snapshots</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>opus-snapshots</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>mavencentral-camunda</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
<server>
<id>mavencentral-camunda-2</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
<server>
<id>ecomp-nexus-public</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>mso-javadoc</id>
<username>++4DMlwI</username>
<password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
</server>
<server>
<id>ecomp-aai-snapshots</id>
<username>m92680</username>
<password>t3b8r8j4s8</password>
</server>
<server>
<id>client-release</id>
<username>GQiKFtmn</username>
<password>OfDkSvQB9DWmZwQVCGCno0PSCj18xN0XPE6sjrELp7Du</password>
</server>
<server>
<id>ecomp-releases</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
<server>
<id>ecomp-snapshots</id>
<username>ddBcRJzY</username>
<password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
</server>
</servers>
<profiles>
<profile>
<id>repository-activation</id>
<properties>
<nexusproxy>http://localhost:8084</nexusproxy>
<releaseNexusPath>nexus/content/repositories/att-repository-releases/</releaseNexusPath>
<snapshotNexusPath>nexus/content/repositories/att-repository-snapshots/</snapshotNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<dockerPullRepo>dockercentral.it.att.com:5100</dockerPullRepo>
<dockerPushRepo>dockercentral.it.att.com:5100/com.att.mso</dockerPushRepo>
<license.organizationName>AT&T Intellectual Property. All rights reserved.</license.organizationName>
<so.log.level>DEBUG</so.log.level>
</properties>
<repositories>
<repository>
<id>mavencentral-public</id>
<url>http://localhost:8084/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>mso-releases</id>
<name>MSO Release Repository</name>
<url>http://localhost:8084/nexus/content/repositories/mso-releases</url>
</repository>
<repository>
<id>mso-snapshots</id>
<name>MSO Snapshot Repository</name>
<url>http://localhost:8084/nexus/content/repositories/mso-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>mavencentral-camunda</id>
<url>http://localhost:8084/nexus/content/repositories/camunda-bpm-ee-proxy</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>onap-public</id>
<url>https://nexus.onap.org/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>onap-staging</id>
<url>https://nexus.onap.org/content/groups/staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>mavencentral-public-plugins</id>
<url>http://localhost:8084/nexus/content/groups/public</url>
</pluginRepository>
<pluginRepository>
<id>mavencentral-3rdparty-plugins</id>
<url>http://localhost:8084/nexus/content/repositories/att-repository-3rd-party</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>repository-activation</activeProfile>
</activeProfiles>
</settings>
|