Package org.eclipse.xtext.maven.trace
Class TestInstallDebugInfoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.xtext.maven.AbstractXtextMojo
org.eclipse.xtext.maven.trace.AbstractInstallDebugInfoMojo
org.eclipse.xtext.maven.trace.TestInstallDebugInfoMojo
- 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
-
Field Summary
Fields inherited from class org.eclipse.xtext.maven.AbstractXtextMojo
lockFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.xtext.maven.trace.AbstractInstallDebugInfoMojo
collectTraceInformationForClassFiles, execute, installTraces, isRelevantFileMethods inherited from class org.eclipse.xtext.maven.AbstractXtextMojo
addCompileSourceRoots, addTestCompileSourceRoots, getLanguages, getProject, resolveFilePathMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
TestInstallDebugInfoMojo
public TestInstallDebugInfoMojo()
-
-
Method Details
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractInstallDebugInfoMojo
-