Package dev.hilla.maven
Class EngineConfigureMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
dev.hilla.maven.EngineConfigureMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="configure",
defaultPhase=GENERATE_RESOURCES,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public final class EngineConfigureMojo
extends org.apache.maven.plugin.AbstractMojo
Maven Plugin for Hilla. Emits Hilla engine configuration file in the build
directory.
The configuration gathered from the Maven plugin is saved in a file, so that
further runs of the parser / generator can skip running a separate Maven
process to get this configuration again.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
EngineConfigureMojo
public EngineConfigureMojo()
-
-
Method Details
-
execute
- Throws:
EngineConfigureMojoException
-