public class PrepareComponentMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
componentOutDir
The output directory for generated components file
|
protected File |
dataFormatOutDir
The output directory for generated dataformats file
|
protected File |
languageOutDir
The output directory for generated languages file
|
protected File |
otherOutDir
The output directory for generated others file
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected File |
schemaOutDir
The output directory for generated schema file
|
| Constructor and Description |
|---|
PrepareComponentMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute goal.
|
protected org.apache.maven.project.MavenProject project
protected File componentOutDir
protected File dataFormatOutDir
protected File languageOutDir
protected File otherOutDir
protected File schemaOutDir
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...Apache Camel