Class ProcessAotMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="process-aot", defaultPhase=PREPARE_PACKAGE, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME) public class ProcessAotMojo extends AbstractAotMojo
Invoke the AOT engine on the application.
Since:
3.0.0
Author:
Stephane Nicoll, Andy Wilkinson