Skip to content

Commit e32edd5

Browse files
committed
Add local repo in test settings, required in custom tests
1 parent bfef9e6 commit e32edd5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

test/test-app-settings/configuration/settings.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,25 @@
258258
</pluginRepositories>
259259
</profile>
260260
<!-- ### 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>
262276
</profiles>
263277
<activeProfiles>
264278
<activeProfile>securecentral</activeProfile>
279+
<activeProfile>jboss-eap-local-repository</activeProfile>
265280
<!-- ### active profiles ### -->
266281
</activeProfiles>
267282
</settings>

0 commit comments

Comments
 (0)