]
James Perkins updated WFCORE-4370:
----------------------------------
Component/s: Test Suite
Add maven.repo.local property to the surefire settings for standalone
tests
---------------------------------------------------------------------------
Key: WFCORE-4370
URL:
https://issues.jboss.org/browse/WFCORE-4370
Project: WildFly Core
Issue Type: Task
Components: Test Suite
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
Currently any time the {{org.jboss.logmanager:jboss-logmanager}} is upgraded the
{{ModuleInfoTestCase}} fails on CI as it can't find the new dependency as the cache
has not been synched. The issue is that JBoss Modules uses the {{maven.local.repo}}
repository to resolve the dependency, however we need to pass this parameter to surefire
so that the test can see it.