Class UpdateSensitizeHelper

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="update-sensitive-helper",
          threadSafe=true)
    public class UpdateSensitizeHelper
    extends AbstractGeneratorMojo
    Updates the SensitiveHelper.java with the known secret option names
    • Field Detail

      • jsonDir

        @Parameter(defaultValue="${project.basedir}/src/generated/resources/org/apache/camel/catalog/")
        protected File jsonDir
      • baseDir

        @Parameter(defaultValue="${project.basedir}/")
        protected File baseDir
    • Constructor Detail

      • UpdateSensitizeHelper

        public UpdateSensitizeHelper()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Execute goal.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - execution of the main class or one of the threads it generated failed.
        org.apache.maven.plugin.MojoFailureException - something bad happened...