Class GulpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo
com.github.eirslett.maven.plugins.frontend.mojo.GulpMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="gulp",
defaultPhase=GENERATE_RESOURCES,
threadSafe=true)
public final class GulpMojo
extends AbstractFrontendMojo
-
Field Summary
Fields inherited from class com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo
environmentVariables, execution, installDirectory, skipTests, testFailureIgnore, workingDirectoryFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FrontendPluginFactory factory) protected booleanImplemented by children to determine if this execution should be skipped.Methods inherited from class com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GulpMojo
public GulpMojo()
-
-
Method Details
-
skipExecution
protected boolean skipExecution()Description copied from class:AbstractFrontendMojoImplemented by children to determine if this execution should be skipped.- Specified by:
skipExecutionin classAbstractFrontendMojo
-
execute
- Specified by:
executein classAbstractFrontendMojo- Throws:
TaskRunnerException
-