Class 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 Detail

      • 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 Detail

      • UpdateSpringBootAutoConfigurationReadmeMojo

        public UpdateSpringBootAutoConfigurationReadmeMojo()
    • Method Detail

      • 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