public class PackageModelMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
buildDir
The camel-core directory
|
protected File |
outDir
The output directory for generated models file
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
PackageModelMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute goal.
|
protected org.apache.maven.project.MavenProject project
protected File buildDir
protected File outDir
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