Package | Description |
---|---|
org.codehaus.gmavenplus.mojo |
Maven mojos.
|
Modifier and Type | Class and Description |
---|---|
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 |
GroovydocMojo
Generates Groovydoc for the main 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.
|
Copyright © 2011–2023. All rights reserved.