Reproducible steps:
- 1.Environment setup: Maven 3.6.0 and Java 1.8.0_292
- 2.clone the repo
git clone https://github.com/OpenHFT/Chronicle-Wire
cd Chronicle-Wire
mvn install -DskipTests
mvn test -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]
mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]
mvn edu.illinois:nondex-maven-plugin:1.1.2:debug -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]
we find mvn test -Dtest=...#primitiveDto[0] and mvn ...:nondex -Dtest=...#primitiveDto[0] can work normally, but mvn ...:debug -Dtest=...#primitiveDto[0] can't run the test and no debug file is generated.
sreenshot of :debug

Reproducible steps:
we find

mvn test -Dtest=...#primitiveDto[0]andmvn ...:nondex -Dtest=...#primitiveDto[0]can work normally, butmvn ...:debug -Dtest=...#primitiveDto[0]can't run the test and no debug file is generated.sreenshot of
:debug