Package play.twirl.maven
Class TwirlTestCompileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- play.twirl.maven.AbstractTwirlCompileMojo
-
- play.twirl.maven.TwirlTestCompileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="testCompile", defaultPhase=GENERATE_TEST_SOURCES, threadSafe=true) public class TwirlTestCompileMojo extends AbstractTwirlCompileMojo
-
-
Field Summary
-
Fields inherited from class play.twirl.maven.AbstractTwirlCompileMojo
includes, project
-
-
Constructor Summary
Constructors Constructor Description TwirlTestCompileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected java.io.FilegetOutputDirectory()protected java.io.FilegetSourceDirectory()
-
-
-
Method Detail
-
getSourceDirectory
protected java.io.File getSourceDirectory()
- Specified by:
getSourceDirectoryin classAbstractTwirlCompileMojo
-
getOutputDirectory
protected java.io.File getOutputDirectory()
- Specified by:
getOutputDirectoryin classAbstractTwirlCompileMojo
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classAbstractTwirlCompileMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-