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