| 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).
|
| AddSourcesMojo |
This mojo adds Groovy sources to the project's sources.
|
| AddTestSourcesMojo |
This mojo adds Groovy test sources to the project's test sources.
|
| CompileMojo |
Compiles the main sources.
|
| CompileTestsMojo |
Compiles the test sources.
|
| ExecuteMojo |
Executes Groovy scripts (in the pom or external).
|
| 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.
|
| GroovydocMojo |
Generates Groovydoc for the main sources
Note that this mojo requires Groovy >= 1.6.2.
|
| 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. |
| Link |
This class was taken from the Groovy project, so that Groovydoc links can be added as mojo parameters
without a compile dependency on Groovy.
|
| RemoveStubsMojo |
This mojo removes Groovy stubs from the project's sources.
|
| RemoveTestStubsMojo |
This mojo removes Groovy test stubs from the project's sources.
|
Copyright © 2011-2014. All Rights Reserved.