public class CmdHelpMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
CmdHelpMojo.HelpPrinter |
| Modifier and Type | Field and Description |
|---|---|
protected String |
classLoader
The classloader to use for loading the commands
|
protected String |
format
The output format
|
protected boolean |
includeHelpOption
Adds the --help option to every commands documentation
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected File |
targetFolder
The output folder
|
| Constructor and Description |
|---|
CmdHelpMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected org.apache.maven.project.MavenProject project
protected File targetFolder
protected String format
protected String classLoader
protected boolean includeHelpOption
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.