Class UpdateSpringBootAutoConfigurationReadmeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.springboot.maven.UpdateSpringBootAutoConfigurationReadmeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="update-spring-boot-auto-configuration-readme", threadSafe=true) public class UpdateSpringBootAutoConfigurationReadmeMojo extends org.apache.maven.plugin.AbstractMojoFor all the Camel components that has Spring Boot starter JAR, their documentation .adoc files in their component directory is updated to include spring boot auto configuration options.
-
-
Constructor Summary
Constructors Constructor Description UpdateSpringBootAutoConfigurationReadmeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
project
@Parameter(property="project", required=true, readonly=true) protected org.apache.maven.project.MavenProject projectThe maven project.
-
buildDir
@Parameter(defaultValue="${project.build.directory}") protected File buildDirThe project build directory
-
-