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 Link icon

    • stubsOutputDirectory Link icon

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

    • RemoveStubsMojo Link icon

      public RemoveStubsMojo()
  • Method Details Link icon

    • execute Link icon

      public void execute()
      Executes this mojo.