b7a5b5d19fcca02af8d43dd88489e412463309b9
[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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
11
12   <profiles>
13     <profile>
14       <id>opendaylight-release</id>
15       <repositories>
16         <repository>
17           <id>opendaylight-mirror</id>
18           <name>opendaylight-mirror</name>
19           <url>https://nexus.opendaylight.org/content/repositories/public/</url>
20           <releases>
21             <enabled>true</enabled>
22             <updatePolicy>never</updatePolicy>
23           </releases>
24           <snapshots>
25             <enabled>false</enabled>
26           </snapshots>
27         </repository>
28       </repositories>
29       <pluginRepositories>
30         <pluginRepository>
31           <id>opendaylight-mirror</id>
32           <name>opendaylight-mirror</name>
33           <url>https://nexus.opendaylight.org/content/repositories/public/</url>
34           <releases>
35             <enabled>true</enabled>
36             <updatePolicy>never</updatePolicy>
37           </releases>
38           <snapshots>
39             <enabled>false</enabled>
40           </snapshots>
41         </pluginRepository>
42       </pluginRepositories>
43     </profile>
44
45     <profile>
46       <id>opendaylight-snapshots</id>
47       <repositories>
48         <repository>
49           <id>opendaylight-snapshot</id>
50           <name>opendaylight-snapshot</name>
51           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
52           <releases>
53             <enabled>false</enabled>
54           </releases>
55           <snapshots>
56             <enabled>true</enabled>
57           </snapshots>
58         </repository>
59       </repositories>
60       <pluginRepositories>
61         <pluginRepository>
62           <id>opendaylight-snapshot</id>
63           <name>opendaylight-snapshot</name>
64           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
65           <releases>
66             <enabled>false</enabled>
67           </releases>
68           <snapshots>
69             <enabled>true</enabled>
70           </snapshots>
71         </pluginRepository>
72       </pluginRepositories>
73     </profile>
74   </profiles>
75
76   <activeProfiles>
77     <activeProfile>opendaylight-release</activeProfile>
78     <activeProfile>opendaylight-snapshots</activeProfile>
79   </activeProfiles>
80 </settings>