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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait