public class SpringBootAutoConfigurationMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected File |
baseDir
The base directory
|
protected File |
buildDir
The project build directory
|
protected File |
classesDir
The output directory for generated component schema file
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
Constructor and Description |
---|
SpringBootAutoConfigurationMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected ClassLoader |
getProjectClassLoader() |
protected File classesDir
protected org.apache.maven.project.MavenProject project
protected File buildDir
protected File baseDir
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected ClassLoader getProjectClassLoader() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
Apache Camel