blob: 4f41791baad6bb1eeb9fe4f29296656f58e815a4 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" ?>
2<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4 <proxies>
5 <proxy>
6 <active>true</active>
7 <protocol>http</protocol>
8 <host>one.proxy.att.com</host>
9 <port>8080</port>
10 <nonProxyHosts>127.0.0.1|*.att.com|*.sbc.com</nonProxyHosts>
11 </proxy>
12 </proxies>
13 <servers>
14 <server>
15 <id>mso-releases</id>
16 <username>ddBcRJzY</username>
17 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
18 </server>
19 <server>
20 <id>mso-snapshots</id>
21 <username>ddBcRJzY</username>
22 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
23 </server>
24 <server>
25 <id>mso-3rd-party</id>
26 <username>++4DMlwI</username>
27 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
28 </server>
29 <server>
30 <id>eelf-framework-plugin</id>
31 <username>++4DMlwI</username>
32 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
33 </server>
34 <server>
35 <id>backport-snapshots</id>
36 <username>++4DMlwI</username>
37 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
38 </server>
39 <server>
40 <id>opus-snapshots</id>
41 <username>++4DMlwI</username>
42 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
43 </server>
44 <server>
45 <id>mavencentral-camunda</id>
46 <username>ddBcRJzY</username>
47 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
48 </server>
49 <server>
50 <id>mavencentral-camunda-2</id>
51 <username>ddBcRJzY</username>
52 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
53 </server>
54 <server>
55 <id>ecomp-nexus-public</id>
56 <username>++4DMlwI</username>
57 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
58 </server>
59 <server>
60 <id>mso-javadoc</id>
61 <username>++4DMlwI</username>
62 <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password>
63 </server>
64 <server>
65 <id>ecomp-aai-snapshots</id>
66 <username>m92680</username>
67 <password>t3b8r8j4s8</password>
68 </server>
69 <server>
70 <id>client-release</id>
71 <username>GQiKFtmn</username>
72 <password>OfDkSvQB9DWmZwQVCGCno0PSCj18xN0XPE6sjrELp7Du</password>
73 </server>
74 <server>
75 <id>ecomp-releases</id>
76 <username>ddBcRJzY</username>
77 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
78 </server>
79 <server>
80 <id>ecomp-snapshots</id>
81 <username>ddBcRJzY</username>
82 <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password>
83 </server>
84 </servers>
85 <profiles>
86 <profile>
87 <id>repository-activation</id>
88 <properties>
89 <nexusproxy>http://localhost:8084</nexusproxy>
90 <releaseNexusPath>nexus/content/repositories/att-repository-releases/</releaseNexusPath>
91 <snapshotNexusPath>nexus/content/repositories/att-repository-snapshots/</snapshotNexusPath>
92 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
93 <dockerPullRepo>dockercentral.it.att.com:5100</dockerPullRepo>
94 <dockerPushRepo>dockercentral.it.att.com:5100/com.att.mso</dockerPushRepo>
95 <license.organizationName>AT&amp;T Intellectual Property. All rights reserved.</license.organizationName>
96 <so.log.level>DEBUG</so.log.level>
97 </properties>
98 <repositories>
99 <repository>
100 <id>mavencentral-public</id>
101 <url>http://localhost:8084/nexus/content/groups/public</url>
102 <snapshots>
103 <enabled>false</enabled>
104 </snapshots>
105 </repository>
106 <repository>
107 <id>mso-releases</id>
108 <name>MSO Release Repository</name>
109 <url>http://localhost:8084/nexus/content/repositories/mso-releases</url>
110 </repository>
111 <repository>
112 <id>mso-snapshots</id>
113 <name>MSO Snapshot Repository</name>
114 <url>http://localhost:8084/nexus/content/repositories/mso-snapshots</url>
115 <snapshots>
116 <enabled>true</enabled>
117 </snapshots>
118 </repository>
119 <repository>
120 <id>mavencentral-camunda</id>
121 <url>http://localhost:8084/nexus/content/repositories/camunda-bpm-ee-proxy</url>
122 <snapshots>
123 <enabled>false</enabled>
124 </snapshots>
125 </repository>
126 <repository>
127 <id>onap-public</id>
128 <url>https://nexus.onap.org/content/groups/public</url>
129 <snapshots>
130 <enabled>false</enabled>
131 </snapshots>
132 </repository>
133 <repository>
134 <id>onap-staging</id>
135 <url>https://nexus.onap.org/content/groups/staging</url>
136 <snapshots>
137 <enabled>false</enabled>
138 </snapshots>
139 </repository>
140 </repositories>
141 <pluginRepositories>
142 <pluginRepository>
143 <id>mavencentral-public-plugins</id>
144 <url>http://localhost:8084/nexus/content/groups/public</url>
145 </pluginRepository>
146 <pluginRepository>
147 <id>mavencentral-3rdparty-plugins</id>
148 <url>http://localhost:8084/nexus/content/repositories/att-repository-3rd-party</url>
149 </pluginRepository>
150 </pluginRepositories>
151 </profile>
152 </profiles>
153 <activeProfiles>
154 <activeProfile>repository-activation</activeProfile>
155 </activeProfiles>
156</settings>