| Class | Description |
|---|---|
| AbstractCompileMojo |
The base compile mojo, which all compile mojos extend.
|
| AbstractGenerateStubsMojo |
The base generate stubs mojo, which all generate stubs mojos extend.
|
| AbstractGroovyDocMojo |
The base GroovyDoc mojo, which all GroovyDoc mojos extend.
|
| AbstractGroovyMojo |
The base mojo class, which all other mojos extend.
|
| AbstractGroovySourcesMojo |
This mojo provides access to the Groovy sources.
|
| AbstractGroovyStubSourcesMojo |
This mojo provides access to the Groovy sources (including stubs).
|
| AbstractToolsMojo |
The base tools mojo, which all tool mojos extend.
|
| AddSourcesMojo |
This mojo adds Groovy sources to the project's sources.
|
| AddStubSourcesMojo |
Adds Groovy stubs directory back to Maven's list of source directories.
|
| AddTestSourcesMojo |
This mojo adds Groovy test sources to the project's test sources.
|
| AddTestStubSourcesMojo |
Adds Groovy test stubs directory back to Maven's list of test source directories.
|
| CompileMojo |
Compiles the main sources.
|
| CompileTestsMojo |
Compiles the test sources.
|
| ConsoleMojo |
Launches a Groovy console window bound to the current project.
|
| ExecuteMojo |
Executes Groovy scripts (in the pom or external), bound to the current project.
|
| GenerateStubsMojo |
Generates stubs for the main Groovy sources and adds them to Maven's sources for the Maven compiler plugin to find.
|
| GenerateTestStubsMojo |
Generates stubs for the test Groovy sources and adds them to Maven's test sources for the Maven compiler plugin to find.
|
| GroovyDocJarMojo |
Create a GroovyDoc jar for the main sources.
|
| GroovyDocMojo |
Generates GroovyDoc for the main sources.
|
| GroovyDocTestsJarMojo |
Create a GroovyDoc jar for the test sources.
|
| GroovyDocTestsMojo |
Generates GroovyDoc for the test sources.
|
| HelpMojo |
Display help information on gmavenplus-plugin.
Call mvn gplus:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| RemoveStubsMojo |
This mojo removes Groovy stubs from the project's sources.
|
| RemoveTestStubsMojo |
This mojo removes Groovy test stubs from the project's sources.
|
| ShellMojo |
Launches a Groovy shell bound to the current project.
|
Copyright © 2011–2025. All rights reserved.