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.AbstractMojo
For 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FileThe project build directoryprotected org.apache.maven.project.MavenProjectThe maven project.Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
project
@Parameter(property="project", required=true, readonly=true) protected org.apache.maven.project.MavenProject projectThe maven project. -
buildDir
The project build directory
-
-
Constructor Details
-
UpdateSpringBootAutoConfigurationReadmeMojo
public UpdateSpringBootAutoConfigurationReadmeMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-