Package lombok.maven
Class TestDelombokMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
lombok.maven.AbstractDelombokMojo
lombok.maven.TestDelombokMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="testDelombok",
defaultPhase=GENERATE_TEST_SOURCES,
requiresDependencyResolution=TEST,
threadSafe=true)
public class TestDelombokMojo
extends AbstractDelombokMojo
Delombok java test source with lombok annotations.
- Author:
- Anthony Whitford
- See Also:
- Delombok
-
Field Summary
Fields inherited from class lombok.maven.AbstractDelombokMojo
addOutputDirectory, encoding, formatPreferences, pluginDescriptor, project, skip, verbose -
Constructor Summary
Constructors Constructor Description TestDelombokMojo() -
Method Summary
Modifier and Type Method Description protected voidaddSourceRoot(String path)protected StringgetGoalDescription()protected FilegetOutputDirectory()protected FilegetSourceDirectory()protected StringgetSourcePath()
-
Constructor Details
-
TestDelombokMojo
public TestDelombokMojo()
-
-
Method Details
-
getGoalDescription
- Specified by:
getGoalDescriptionin classAbstractDelombokMojo
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractDelombokMojo
-
getSourceDirectory
- Specified by:
getSourceDirectoryin classAbstractDelombokMojo
-
getSourcePath
- Specified by:
getSourcePathin classAbstractDelombokMojo
-
addSourceRoot
- Specified by:
addSourceRootin classAbstractDelombokMojo
-