Closed
Description
When debug logging is turned on Javac Plexus compiler creates two additional files in target/classes
or target/test-classes
. These files will be also included in the built artifact, say a JAR file.
This is done here:
And here:
Seems that the calls to config.getOutputLocation()
need to be replaced with config.getBuildDirectory()
in those two instances.
Metadata
Metadata
Assignees
Labels
No labels