Class TestInstallDebugInfoMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test-install-debug-info", defaultPhase=PROCESS_TEST_CLASSES, threadSafe=true) public class TestInstallDebugInfoMojo extends AbstractInstallDebugInfoMojo
Attaches trace (debug) information to all target test classes
Since:
2.26
Author:
Heinrich Weichert