@Mojo(name="prepare-spring-boot-auto-configuration",
threadSafe=true,
requiresDependencyCollection=COMPILE_PLUS_RUNTIME,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
defaultPhase=GENERATE_RESOURCES)
public class SpringBootAutoConfigurationMojo
extends AbstractSpringBootGenerator
| Modifier and Type | Field and Description |
|---|---|
protected File |
baseDir
The base directory
|
protected File |
classesDir
The output directory for generated component schema file
|
project| Constructor and Description |
|---|
SpringBootAutoConfigurationMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeAll() |
protected org.apache.camel.springboot.maven.DynamicClassLoader |
getProjectClassLoader() |
protected boolean |
isIgnore(String artifactId) |
cache, execute, findComponentNames, findDataFormatNames, findLanguageNames, findNames, getJarFile, getJarFile, getJSonFiles, getMainDep, getMainDepArtifactId, getMainDepGroupId, getMainDepVersion, loadComponentJson, loadDataFormatJson, loadJson, loadJsonOfType, loadLanguageJson, loadModelJson, loadOtherJson, writeIfChanged@Parameter(defaultValue="${project.build.directory}/classes")
protected File classesDir
@Parameter(defaultValue="${basedir}")
protected File baseDir
protected boolean isIgnore(String artifactId)
isIgnore in class AbstractSpringBootGeneratorprotected void executeAll()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException,
IOException
executeAll in class AbstractSpringBootGeneratororg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionIOExceptionprotected org.apache.camel.springboot.maven.DynamicClassLoader getProjectClassLoader()
Apache Camel