public class PackageComponentMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
componentOutDir
The output directory for generated components file
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
PackageComponentMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute goal.
|
static void |
prepareComponent(org.apache.maven.plugin.logging.Log log,
org.apache.maven.project.MavenProject project,
org.apache.maven.project.MavenProjectHelper projectHelper,
File componentOutDir,
org.sonatype.plexus.build.incremental.BuildContext buildContext) |
protected org.apache.maven.project.MavenProject project
protected File componentOutDir
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...public static void prepareComponent(org.apache.maven.plugin.logging.Log log,
org.apache.maven.project.MavenProject project,
org.apache.maven.project.MavenProjectHelper projectHelper,
File componentOutDir,
org.sonatype.plexus.build.incremental.BuildContext buildContext)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionApache Camel