public class PrepareUserGuideMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected File |
componentsDir
The directory for components catalog
|
protected File |
dataFormatsDir
The directory for data formats catalog
|
protected File |
languagesDir
The directory for languages catalog
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected File |
userGuideDir
The directory for the user guide
|
Constructor and Description |
---|
PrepareUserGuideMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute goal.
|
protected void |
executeComponents() |
protected void |
executeDataFormats() |
protected void |
executeLanguages() |
protected org.apache.maven.project.MavenProject project
protected File componentsDir
protected File dataFormatsDir
protected File languagesDir
protected File userGuideDir
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
- execution of the main class or one of the
threads it generated failed.org.apache.maven.plugin.MojoFailureException
- something bad happened...protected void executeComponents() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected void executeDataFormats() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected void executeLanguages() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Apache Camel