blob: 3330608f2499e91ce6041c18a794e396384a4c90 [file] [log] [blame]
Vijay Venkatesh Kumard2c82122019-04-05 00:38:59 +00001<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4
5 <localRepository>/home/vagrant/.m2/repository</localRepository>
6
7 <profiles>
8 <profile>
9 <id>openecomp-staging</id>
10 <repositories>
11 <repository>
12 <id>openecomp-staging</id>
13 <name>openecomp-staging</name>
14 <url>https://nexus.onap.org/content/repositories/staging/</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>openecomp-staging</id>
27 <name>openecomp-staging</name>
28 <url>https://nexus.onap.org/content/repositories/staging/</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 <profile>
40 <id>openecomp-public</id>
41 <repositories>
42 <repository>
43 <id>openecomp-public</id>
44 <name>openecomp-public</name>
45 <url>https://nexus.onap.org/content/repositories/public/</url>
46 <releases>
47 <enabled>true</enabled>
48 <updatePolicy>never</updatePolicy>
49 </releases>
50 <snapshots>
51 <enabled>false</enabled>
52 </snapshots>
53 </repository>
54 </repositories>
55 <pluginRepositories>
56 <pluginRepository>
57 <id>openecomp-public</id>
58 <name>openecomp-public</name>
59 <url>https://nexus.onap.org/content/repositories/public/</url>
60 <releases>
61 <enabled>true</enabled>
62 <updatePolicy>never</updatePolicy>
63 </releases>
64 <snapshots>
65 <enabled>false</enabled>
66 </snapshots>
67 </pluginRepository>
68 </pluginRepositories>
69 </profile>
70 <profile>
71 <id>openecomp-release</id>
72 <repositories>
73 <repository>
74 <id>openecomp-release</id>
75 <name>openecomp-release</name>
76 <url>https://nexus.onap.org/content/repositories/releases/</url>
77 <releases>
78 <enabled>true</enabled>
79 <updatePolicy>never</updatePolicy>
80 </releases>
81 <snapshots>
82 <enabled>false</enabled>
83 </snapshots>
84 </repository>
85 </repositories>
86 <pluginRepositories>
87 <pluginRepository>
88 <id>openecomp-release</id>
89 <name>openecomp-release</name>
90 <url>https://nexus.onap.org/content/repositories/releases/</url>
91 <releases>
92 <enabled>true</enabled>
93 <updatePolicy>never</updatePolicy>
94 </releases>
95 <snapshots>
96 <enabled>false</enabled>
97 </snapshots>
98 </pluginRepository>
99 </pluginRepositories>
100 </profile>
101
102 <profile>
103 <id>openecomp-snapshots</id>
104 <repositories>
105 <repository>
106 <id>openecomp-snapshot</id>
107 <name>openecomp-snapshot</name>
108 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
109 <releases>
110 <enabled>false</enabled>
111 </releases>
112 <snapshots>
113 <enabled>true</enabled>
114 </snapshots>
115 </repository>
116 </repositories>
117 <pluginRepositories>
118 <pluginRepository>
119 <id>openecomp-snapshot</id>
120 <name>openecomp-snapshot</name>
121 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
122 <releases>
123 <enabled>false</enabled>
124 </releases>
125 <snapshots>
126 <enabled>true</enabled>
127 </snapshots>
128 </pluginRepository>
129 </pluginRepositories>
130 </profile>
131 <profile>
132 <id>opendaylight-release</id>
133 <repositories>
134 <repository>
135 <id>opendaylight-mirror</id>
136 <name>opendaylight-mirror</name>
137 <url>https://nexus.opendaylight.org/content/repositories/public/</url>
138 <releases>
139 <enabled>true</enabled>
140 <updatePolicy>never</updatePolicy>
141 </releases>
142 <snapshots>
143 <enabled>false</enabled>
144 </snapshots>
145 </repository>
146 </repositories>
147 <pluginRepositories>
148 <pluginRepository>
149 <id>opendaylight-mirror</id>
150 <name>opendaylight-mirror</name>
151 <url>https://nexus.opendaylight.org/content/repositories/public/</url>
152 <releases>
153 <enabled>true</enabled>
154 <updatePolicy>never</updatePolicy>
155 </releases>
156 <snapshots>
157 <enabled>false</enabled>
158 </snapshots>
159 </pluginRepository>
160 </pluginRepositories>
161 </profile>
162
163 <profile>
164 <id>opendaylight-snapshots</id>
165 <repositories>
166 <repository>
167 <id>opendaylight-snapshot</id>
168 <name>opendaylight-snapshot</name>
169 <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
170 <releases>
171 <enabled>false</enabled>
172 </releases>
173 <snapshots>
174 <enabled>true</enabled>
175 </snapshots>
176 </repository>
177 </repositories>
178 <pluginRepositories>
179 <pluginRepository>
180 <id>opendaylight-snapshot</id>
181 <name>opendaylight-snapshot</name>
182 <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
183 <releases>
184 <enabled>false</enabled>
185 </releases>
186 <snapshots>
187 <enabled>true</enabled>
188 </snapshots>
189 </pluginRepository>
190 </pluginRepositories>
191 </profile>
192 </profiles>
193
194
195 <activeProfiles>
196 <activeProfile>openecomp-staging</activeProfile>
197 <activeProfile>openecomp-public</activeProfile>
198 <activeProfile>openecomp-release</activeProfile>
199 <activeProfile>openecomp-snapshots</activeProfile>
200<!--
201 <activeProfile>opendaylight-release</activeProfile>
202 <activeProfile>opendaylight-snapshots</activeProfile>
203 -->
204 </activeProfiles>
205</settings>
206