Class BakeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- de.bildschirmarbeiter.jbake.maven.plugin.BakeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
WatchMojo
@Mojo(name="bake", defaultPhase=PROCESS_RESOURCES) public class BakeMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanclearCacheprotected Filedestinationprotected booleanfailOnErrorprotected Filesource
-
Constructor Summary
Constructors Constructor Description BakeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbake()voidexecute()
-
-
-
Field Detail
-
source
@Parameter(property="jbake.source", defaultValue="src/main/jbake") protected File source
-
destination
@Parameter(property="jbake.destination", defaultValue="target/jbake") protected File destination
-
clearCache
@Parameter(property="jbake.clearCache", defaultValue="true") protected boolean clearCache
-
failOnError
@Parameter(property="jbake.failOnError", defaultValue="true") protected boolean failOnError
-
-