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 Details

    • stubsOutputDirectory

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

    • RemoveStubsMojo

      public RemoveStubsMojo()
  • Method Details

    • execute

      public void execute()
      Executes this mojo.