]
Dan Berindei updated ISPN-8944:
-------------------------------
Fix Version/s: 9.3.0.CR1
Maven profile traceTests no longer works
----------------------------------------
Key: ISPN-8944
URL:
https://issues.jboss.org/browse/ISPN-8944
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Final
Reporter: William Burns
Assignee: Dan Berindei
Fix For: 9.3.0.CR1
When trying to run -PtraceTests for maven the tests print out this warning
ERROR StatusLogger File not found in file system or classpath: log4j2-trace.xml
We currently just pass log4j2-trace.xml. Unfortunately this file is no longer in the
classpath and no module has that file relative to its directory. We need to add something
for root-dir profiles it seems.