$ mvn compile [INFO] Scanning for projects... [INFO] [INFO] -----< ca.medynski.test:vscode-java-compiler-args >----- [INFO] Building vscode-java-compiler-args 1.0 ...
I have a non shipping "utility" maven module. It has a dependency on classes from a test-jar produced by another module. If both the utility maven module and the test-jar producing module are loaded ...