fix ServiceHandler SpotBugs false positives
[transportpce.git] / tests / honeynode / fd_io_honeycomb_settings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!-- retrived from FD.io wiki https://wiki.fd.io/view/Honeycomb/Releases/1609/Setting_Up_Your_Dev_Environment#Setup_settings.xml -->
4 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
5   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
7
8   <profiles>
9     <profile>
10       <id>fd.io-release</id>
11       <repositories>
12         <repository>
13           <id>fd.io-mirror</id>
14           <name>fd.io-mirror</name>
15           <url>https://nexus.fd.io/content/groups/public/</url>
16           <releases>
17             <enabled>true</enabled>
18             <updatePolicy>never</updatePolicy>
19           </releases>
20           <snapshots>
21             <enabled>false</enabled>
22           </snapshots>
23         </repository>
24       </repositories>
25       <pluginRepositories>
26         <pluginRepository>
27           <id>fd.io-mirror</id>
28           <name>fd.io-mirror</name>
29           <url>https://nexus.fd.io/content/repositories/public/</url>
30           <releases>
31             <enabled>true</enabled>
32             <updatePolicy>never</updatePolicy>
33           </releases>
34           <snapshots>
35             <enabled>false</enabled>
36           </snapshots>
37         </pluginRepository>
38       </pluginRepositories>
39     </profile>
40
41     <profile>
42       <id>fd.io-snapshots</id>
43       <repositories>
44         <repository>
45           <id>fd.io-snapshot</id>
46           <name>fd.io-snapshot</name>
47           <url>https://nexus.fd.io/content/repositories/fd.io.snapshot/</url>
48           <releases>
49             <enabled>false</enabled>
50           </releases>
51           <snapshots>
52             <enabled>true</enabled>
53           </snapshots>
54         </repository>
55       </repositories>
56       <pluginRepositories>
57         <pluginRepository>
58           <id>fd.io-snapshot</id>
59           <name>fd.io-snapshot</name>
60           <url>https://nexus.fd.io/content/repositories/fd.io.snapshot/</url>
61           <releases>
62             <enabled>false</enabled>
63           </releases>
64           <snapshots>
65             <enabled>true</enabled>
66           </snapshots>
67         </pluginRepository>
68       </pluginRepositories>
69     </profile>
70     <profile>
71       <id>opendaylight-snapshots</id>
72       <repositories>
73         <repository>
74           <id>opendaylight-snapshot</id>
75           <name>opendaylight-snapshot</name>
76           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
77           <releases>
78             <enabled>false</enabled>
79           </releases>
80           <snapshots>
81             <enabled>true</enabled>
82           </snapshots>
83         </repository>
84       </repositories>
85       <pluginRepositories>
86         <pluginRepository>
87           <id>opendaylight-shapshot</id>
88           <name>opendaylight-snapshot</name>
89           <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
90           <releases>
91             <enabled>false</enabled>
92           </releases>
93           <snapshots>
94             <enabled>true</enabled>
95           </snapshots>
96         </pluginRepository>
97       </pluginRepositories>
98     </profile>
99   </profiles>
100
101   <activeProfiles>
102     <activeProfile>fd.io-release</activeProfile>
103     <activeProfile>fd.io-snapshots</activeProfile>
104     <activeProfile>opendaylight-snapshots</activeProfile>
105   </activeProfiles>
106
107 </settings>