update link to upper-constraints.txt
[integration.git] / bootstrap / jenkins / vagrant / settings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (c) 2016 Huawei Technologies Co., Ltd. and others.  All rights reserved.
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9        http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16 -->
17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
18   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
20
21   <profiles>
22     <profile>
23       <id>onap-snapshots</id>
24       <repositories>
25         <repository>
26           <id>onap-snapshots</id>
27           <name>onap-snapshots</name>
28           <url>https://nexus.onap.org/content/repositories/snapshots/</url>
29           <releases>
30             <enabled>false</enabled>
31           </releases>
32           <snapshots>
33             <enabled>true</enabled>
34           </snapshots>
35         </repository>
36                 <repository>
37           <id>open-o-thirdparty</id>
38           <name>open-o-thirdparty</name>
39           <url>https://nexus.open-o.org/content/repositories/thirdparty/</url>
40           <releases>
41             <enabled>true</enabled>
42           </releases>
43           <snapshots>
44             <enabled>false</enabled>
45           </snapshots>
46         </repository>
47       </repositories>
48       <pluginRepositories>
49         <pluginRepository>
50           <id>onap-snapshots</id>
51           <name>onap-snapshots</name>
52           <url>https://nexus.onap.org/content/repositories/snapshots/</url>
53           <releases>
54             <enabled>false</enabled>
55           </releases>
56           <snapshots>
57             <enabled>true</enabled>
58           </snapshots>
59         </pluginRepository>
60       </pluginRepositories>
61     </profile>
62     <profile>
63       <id>onap-staging</id>
64       <repositories>
65         <repository>
66           <id>onap-staging</id>
67           <name>onap-staging</name>
68           <url>https://nexus.onap.org/content/repositories/staging/</url>
69           <releases>
70             <enabled>true</enabled>
71           </releases>
72           <snapshots>
73             <enabled>false</enabled>
74           </snapshots>
75         </repository>
76       </repositories>
77       <pluginRepositories>
78         <pluginRepository>
79           <id>onap-staging</id>
80           <name>onap-staging</name>
81           <url>https://nexus.onap.org/content/repositories/staging/</url>
82           <releases>
83             <enabled>true</enabled>
84           </releases>
85           <snapshots>
86             <enabled>false</enabled>
87           </snapshots>
88         </pluginRepository>
89       </pluginRepositories>
90     </profile>
91     <profile>
92       <id>onap-releases</id>
93       <repositories>
94         <repository>
95           <id>onap-releases</id>
96           <name>onap-releases</name>
97           <url>https://nexus.onap.org/content/repositories/releases/</url>
98           <releases>
99             <enabled>true</enabled>
100           </releases>
101           <snapshots>
102             <enabled>false</enabled>
103           </snapshots>
104         </repository>
105       </repositories>
106       <pluginRepositories>
107         <pluginRepository>
108           <id>onap-releases</id>
109           <name>onap-releases</name>
110           <url>https://nexus.onap.org/content/repositories/releases/</url>
111           <releases>
112             <enabled>true</enabled>
113           </releases>
114           <snapshots>
115             <enabled>false</enabled>
116           </snapshots>
117         </pluginRepository>
118       </pluginRepositories>
119     </profile>
120     <profile>
121       <id>onap-public</id>
122       <repositories>
123         <repository>
124           <id>onap-public</id>
125           <name>onap-public</name>
126           <url>https://nexus.onap.org/content/repositories/public/</url>
127           <releases>
128             <enabled>true</enabled>
129           </releases>
130           <snapshots>
131             <enabled>false</enabled>
132           </snapshots>
133         </repository>
134       </repositories>
135       <pluginRepositories>
136         <pluginRepository>
137           <id>onap-public</id>
138           <name>onap-public</name>
139           <url>https://nexus.onap.org/content/repositories/public/</url>
140           <releases>
141             <enabled>true</enabled>
142           </releases>
143           <snapshots>
144             <enabled>false</enabled>
145           </snapshots>
146         </pluginRepository>
147       </pluginRepositories>
148     </profile>
149     <profile>
150       <id>local-public</id>
151       <repositories>
152         <repository>
153           <id>local-public</id>
154           <name>local-public</name>
155           <url>http://nexus-proxy:8081/nexus/content/repositories/public/</url>
156           <releases>
157             <enabled>true</enabled>
158           </releases>
159           <snapshots>
160             <enabled>false</enabled>
161           </snapshots>
162         </repository>
163       </repositories>
164       <pluginRepositories>
165         <pluginRepository>
166           <id>local-public</id>
167           <name>local-public</name>
168           <url>http://nexus-proxy:8081/nexus/content/repositories/public/</url>
169           <releases>
170             <enabled>true</enabled>
171           </releases>
172           <snapshots>
173             <enabled>false</enabled>
174           </snapshots>
175         </pluginRepository>
176       </pluginRepositories>
177     </profile>
178   </profiles>
179
180   <activeProfiles>
181     <activeProfile>onap-snapshots</activeProfile>
182     <activeProfile>onap-staging</activeProfile>
183     <activeProfile>onap-releases</activeProfile>
184     <!-- <activeProfile>onap-public</activeProfile> -->
185     <activeProfile>local-public</activeProfile>
186   </activeProfiles>
187
188 </settings>