Package org.eclipse.xtext.maven.trace
Class InstallDebugInfoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.xtext.maven.AbstractXtextMojo
org.eclipse.xtext.maven.trace.AbstractInstallDebugInfoMojo
org.eclipse.xtext.maven.trace.InstallDebugInfoMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install-debug-info",
defaultPhase=PROCESS_CLASSES,
threadSafe=true)
public class InstallDebugInfoMojo
extends AbstractInstallDebugInfoMojo
Attaches trace (debug) information to all target 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
-
InstallDebugInfoMojo
public InstallDebugInfoMojo()
-
-
Method Details
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractInstallDebugInfoMojo
-