Merge "Upgrade lmax disruptor 3.3.2 -> 3.3.4"
[odlparent.git] / settings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4  Copyright (c) 2014, 2015 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
13
14   <profiles>
15     <profile>
16       <id>opendaylight-release</id>
17       <repositories>
18         <repository>
19           <id>opendaylight-mirror</id>
20           <name>opendaylight-mirror</name>
21           <url>https://nexus.opendaylight.org/content/repositories/public/</url>
22           <releases>
23             <enabled>true</enabled>
24             <updatePolicy>never</updatePolicy>
25           </releases>
26           <snapshots>
27             <enabled>false</enabled>
28           </snapshots>
29         </repository>
30       </repositories>
31       <pluginRepositories>
32         <pluginRepository>
33           <id>opendaylight-mirror</id>
34           <name>opendaylight-mirror</name>
35           <url>https://nexus.opendaylight.org/content/repositories/public/</url>
36           <releases>
37             <enabled>true</enabled>
38             <updatePolicy>never</updatePolicy>
39           </releases>
40           <snapshots>
41             <enabled>false</enabled>
42           </snapshots>
43         </pluginRepository>
44       </pluginRepositories>
45     </profile>
46
47     <profile>
48       <id>opendaylight-snapshots</id>
49       <repositories>
50         <repository>
51           <id>opendaylight-snapshot</id>
52           <name>opendaylight-snapshot</name>
53           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
54           <releases>
55             <enabled>false</enabled>
56           </releases>
57           <snapshots>
58             <enabled>true</enabled>
59           </snapshots>
60         </repository>
61       </repositories>
62       <pluginRepositories>
63         <pluginRepository>
64           <id>opendaylight-snapshot</id>
65           <name>opendaylight-snapshot</name>
66           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
67           <releases>
68             <enabled>false</enabled>
69           </releases>
70           <snapshots>
71             <enabled>true</enabled>
72           </snapshots>
73         </pluginRepository>
74       </pluginRepositories>
75     </profile>
76   </profiles>
77
78   <activeProfiles>
79     <activeProfile>opendaylight-release</activeProfile>
80     <activeProfile>opendaylight-snapshots</activeProfile>
81   </activeProfiles>
82 </settings>