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