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.
|
GroovydocMojo |
Generates Groovydoc for the main 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. |
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.
|
ShellMojo |
Launches a Groovy shell bound to the current project.
|
Copyright © 2011–2023. All rights reserved.