Class ServeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- de.bildschirmarbeiter.jbake.maven.plugin.BakeMojo
-
- de.bildschirmarbeiter.jbake.maven.plugin.WatchMojo
-
- de.bildschirmarbeiter.jbake.maven.plugin.ServeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="serve") public class ServeMojo extends WatchMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected Integerport-
Fields inherited from class de.bildschirmarbeiter.jbake.maven.plugin.WatchMojo
cleanDestination
-
Fields inherited from class de.bildschirmarbeiter.jbake.maven.plugin.BakeMojo
clearCache, destination, failOnError, source
-
-
Constructor Summary
Constructors Constructor Description ServeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected voidserve()
-
-
-
Field Detail
-
port
@Parameter(property="jbake.port", defaultValue="8080") protected Integer port
-
-