|
@@ -178,7 +178,7 @@ under the License.
|
178
|
178
|
<mirror>
|
179
|
179
|
<id>nexus</id>
|
180
|
180
|
<name>maven-public</name>
|
181
|
|
- <url>http://117.34.118.57:28081/repository/maven-public/</url>
|
|
181
|
+ <url>http://114.115.206.163:3000/repository/maven-public/</url>
|
182
|
182
|
<mirrorOf>*</mirrorOf>
|
183
|
183
|
</mirror>
|
184
|
184
|
|
|
@@ -212,7 +212,7 @@ under the License.
|
212
|
212
|
| or the command line, profiles have to have an ID that is unique.
|
213
|
213
|
|
|
214
|
214
|
| An encouraged best practice for profile identification is to use a consistent naming convention
|
215
|
|
- | for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc.
|
|
215
|
+ | for profiles, such as 'env-dev', 'env-test1.json', 'env-production', 'user-jdcasey', 'user-brett', etc.
|
216
|
216
|
| This will make it more intuitive to understand what the set of introduced profiles is attempting
|
217
|
217
|
| to accomplish, particularly when you only have a list of profile id's for debug.
|
218
|
218
|
|
|
|
@@ -244,7 +244,7 @@ under the License.
|
244
|
244
|
<repository>
|
245
|
245
|
<id>nexus</id>
|
246
|
246
|
<name>Nexus Repository</name>
|
247
|
|
- <url>http://117.34.118.57:28081/repository/maven-public/</url>
|
|
247
|
+ <url>http://114.115.206.163:3000/repository/maven-public/</url>
|
248
|
248
|
<releases>
|
249
|
249
|
<enabled>true</enabled>
|
250
|
250
|
</releases>
|
|
@@ -253,7 +253,7 @@ under the License.
|
253
|
253
|
<repository>
|
254
|
254
|
<id>central</id>
|
255
|
255
|
<name>Nexus Central Repository</name>
|
256
|
|
- <url>http://117.34.118.57:28081/repository/maven-central/</url>
|
|
256
|
+ <url>http://114.115.206.163:3000/repository/maven-central/</url>
|
257
|
257
|
<releases>
|
258
|
258
|
<enabled>true</enabled>
|
259
|
259
|
</releases>
|
|
@@ -265,7 +265,7 @@ under the License.
|
265
|
265
|
<repository>
|
266
|
266
|
<id>release</id>
|
267
|
267
|
<name>Nexus Release Repository</name>
|
268
|
|
- <url>http://117.34.118.57:28081/repository/maven-releases/</url>
|
|
268
|
+ <url>http://114.115.206.163:3000/repository/maven-releases/</url>
|
269
|
269
|
<releases>
|
270
|
270
|
<enabled>true</enabled>
|
271
|
271
|
</releases>
|
|
@@ -277,7 +277,7 @@ under the License.
|
277
|
277
|
<repository>
|
278
|
278
|
<id>snapshots</id>
|
279
|
279
|
<name>Nexus Snapshots Repository</name>
|
280
|
|
- <url>http://117.34.118.57:28081/repository/maven-snapshots/</url>
|
|
280
|
+ <url>http://114.115.206.163:3000/repository/maven-snapshots/</url>
|
281
|
281
|
<releases>
|
282
|
282
|
<enabled>true</enabled>
|
283
|
283
|
</releases>
|
|
@@ -291,7 +291,7 @@ under the License.
|
291
|
291
|
<pluginRepository>
|
292
|
292
|
<id>plugins</id>
|
293
|
293
|
<name>Nexus Plugin Repositories</name>
|
294
|
|
- <url>http://117.34.118.57:28081/repository/maven-public/</url>
|
|
294
|
+ <url>http://114.115.206.163:3000/repository/maven-public/</url>
|
295
|
295
|
</pluginRepository>
|
296
|
296
|
</pluginRepositories>
|
297
|
297
|
</profile>
|