Class TestAnnotationProcessorMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="process-test",
          threadSafe=true,
          requiresDependencyResolution=TEST,
          defaultPhase=GENERATE_TEST_SOURCES)
    public class TestAnnotationProcessorMojo
    extends AbstractAnnotationProcessorMojo
    Author:
    bsorrentino