public class ValidateComponentMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected File |
outDir
The output directory for generated components file
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected Boolean |
validate
Whether to validate if the components, data formats, and languages are properly documented and have all the needed details.
|
Constructor and Description |
---|
ValidateComponentMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute goal.
|
protected org.apache.maven.project.MavenProject project
protected Boolean validate
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