File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
test/test-app-settings/configuration Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 258
258
</pluginRepositories >
259
259
</profile >
260
260
<!-- ### configured profiles ### -->
261
-
261
+ <profile >
262
+ <id >jboss-eap-local-repository</id >
263
+ <repositories >
264
+ <repository >
265
+ <id >jboss-eap-local-repository</id >
266
+ <url >file:///maven-repository</url >
267
+ </repository >
268
+ </repositories >
269
+ <pluginRepositories >
270
+ <pluginRepository >
271
+ <id >jboss-eap-local-plugin-repository</id >
272
+ <url >file:///maven-repository</url >
273
+ </pluginRepository >
274
+ </pluginRepositories >
275
+ </profile >
262
276
</profiles >
263
277
<activeProfiles >
264
278
<activeProfile >securecentral</activeProfile >
279
+ <activeProfile >jboss-eap-local-repository</activeProfile >
265
280
<!-- ### active profiles ### -->
266
281
</activeProfiles >
267
282
</settings >
You can’t perform that action at this time.
0 commit comments