Class SpringBootStarterMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.springboot.maven.AbstractSpringBootGenerator
-
- org.apache.camel.springboot.maven.SpringBootStarterMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="prepare-spring-boot-starter", threadSafe=true, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, defaultPhase=GENERATE_RESOURCES) public class SpringBootStarterMojo extends AbstractSpringBootGeneratorGenerate Spring Boot starter for the component
-
-
Field Summary
Fields Modifier and Type Field Description protected FilebaseDirThe project directory-
Fields inherited from class org.apache.camel.springboot.maven.AbstractSpringBootGenerator
project
-
-
Constructor Summary
Constructors Constructor Description SpringBootStarterMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteAll()-
Methods inherited from class org.apache.camel.springboot.maven.AbstractSpringBootGenerator
cache, execute, findComponentNames, findDataFormatNames, findLanguageNames, findNames, getJarFile, getJarFile, getJSonFiles, getMainDep, getMainDepArtifactId, getMainDepGroupId, getMainDepVersion, isIgnore, loadComponentJson, loadDataFormatJson, loadJson, loadJsonOfType, loadLanguageJson, loadModelJson, loadOtherJson, writeIfChanged
-
-
-
-
Field Detail
-
baseDir
@Parameter(defaultValue="${basedir}") protected File baseDirThe project directory
-
-
Method Detail
-
executeAll
protected void executeAll() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executeAllin classAbstractSpringBootGenerator- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-