Class ProcessTestAotMojo

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

@Mojo(name="process-test-aot", defaultPhase=PROCESS_TEST_CLASSES, threadSafe=true, requiresDependencyResolution=TEST, requiresDependencyCollection=TEST) public class ProcessTestAotMojo extends AbstractAotMojo
Invoke the AOT engine on tests.
Since:
3.0.0
Author:
Phillip Webb
  • Constructor Details

    • ProcessTestAotMojo

      public ProcessTestAotMojo()
  • Method Details