-
Task
-
Resolution: Done
-
Major
-
None
-
None
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.
- clones
-
WFCORE-4370 Add maven.repo.local property to the surefire settings for standalone tests
- Resolved