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