class
The base compile mojo, which all compile mojos extend.
class
The base generate stubs mojo, which all generate stubs mojos extend.
class
The base GroovyDoc mojo, which all GroovyDoc mojos extend.
class
This mojo provides access to the Groovy sources (including stubs).
class
This mojo adds Groovy sources to the project's sources.
class
Adds Groovy stubs directory back to Maven's list of source directories.
class
This mojo adds Groovy test sources to the project's test sources.
class
Adds Groovy test stubs directory back to Maven's list of test source directories.
class
Compiles the main sources.
class
Compiles the test sources.
class
Generates stubs for the main Groovy sources and adds them to Maven's sources for the Maven compiler plugin to find.
class
Generates stubs for the test Groovy sources and adds them to Maven's test sources for the Maven compiler plugin to find.
class
Create a GroovyDoc jar for the main sources.
class
Generates GroovyDoc for the main sources.
class
Create a GroovyDoc jar for the test sources.
class
Generates GroovyDoc for the test sources.
class
This mojo removes Groovy stubs from the project's sources.
class
This mojo removes Groovy test stubs from the project's sources.