Class RemoveStubsMojo

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

    @Mojo(name="removeStubs",
          defaultPhase=COMPILE,
          threadSafe=true)
    public class RemoveStubsMojo
    extends AbstractGroovyStubSourcesMojo
    This mojo removes Groovy stubs from the project's sources.
    Since:
    1.0-beta-3
    Author:
    Keegan Witt
    • Field Detail

      • stubsOutputDirectory

        @Parameter(defaultValue="${project.build.directory}/generated-sources/groovy-stubs/main")
        protected File stubsOutputDirectory
        The location for the compiled classes.
    • Constructor Detail

      • RemoveStubsMojo

        public RemoveStubsMojo()
    • Method Detail

      • execute

        public void execute()
        Executes this mojo.