class |
AbstractCompileMojo |
The base compile mojo, which all compile mojos extend.
|
class |
AbstractGenerateStubsMojo |
The base generate stubs mojo, which all generate stubs mojos extend.
|
class |
AbstractGroovyDocMojo |
The base GroovyDoc mojo, which all GroovyDoc mojos extend.
|
class |
AbstractGroovySourcesMojo |
This mojo provides access to the Groovy sources.
|
class |
AbstractGroovyStubSourcesMojo |
This mojo provides access to the Groovy sources (including stubs).
|
class |
AbstractToolsMojo |
The base tools mojo, which all tool mojos extend.
|
class |
AddSourcesMojo |
This mojo adds Groovy sources to the project's sources.
|
class |
AddStubSourcesMojo |
Adds Groovy stubs directory back to Maven's list of source directories.
|
class |
AddTestSourcesMojo |
This mojo adds Groovy test sources to the project's test sources.
|
class |
AddTestStubSourcesMojo |
Adds Groovy test stubs directory back to Maven's list of test source directories.
|
class |
CompileMojo |
Compiles the main sources.
|
class |
CompileTestsMojo |
Compiles the test sources.
|
class |
ConsoleMojo |
Launches a Groovy console window bound to the current project.
|
class |
ExecuteMojo |
Executes Groovy scripts (in the pom or external), bound to the current project.
|
class |
GenerateStubsMojo |
Generates stubs for the main Groovy sources and adds them to Maven's sources for the Maven compiler plugin to find.
|
class |
GenerateTestStubsMojo |
Generates stubs for the test Groovy sources and adds them to Maven's test sources for the Maven compiler plugin to find.
|
class |
GroovyDocJarMojo |
Create a GroovyDoc jar for the main sources.
|
class |
GroovyDocMojo |
Generates GroovyDoc for the main sources.
|
class |
GroovyDocTestsJarMojo |
Create a GroovyDoc jar for the test sources.
|
class |
GroovyDocTestsMojo |
Generates GroovyDoc for the test sources.
|
class |
RemoveStubsMojo |
This mojo removes Groovy stubs from the project's sources.
|
class |
RemoveTestStubsMojo |
This mojo removes Groovy test stubs from the project's sources.
|
class |
ShellMojo |
Launches a Groovy shell bound to the current project.
|