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

    Fields
    Modifier and Type
    Field
    Description
    protected File
    The project build directory
    protected org.apache.maven.project.MavenProject
    The maven project.

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • project

      @Parameter(property="project", required=true, readonly=true) protected org.apache.maven.project.MavenProject project
      The maven project.
    • buildDir

      @Parameter(defaultValue="${project.build.directory}") protected File 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.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException