Class UpdateSensitizeHelper

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.maven.packaging.AbstractGeneratorMojo
org.apache.camel.maven.packaging.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 Details

    • jsonDir

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

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

    • UpdateSensitizeHelper

      @Inject public UpdateSensitizeHelper(org.apache.maven.project.MavenProjectHelper projectHelper, org.codehaus.plexus.build.BuildContext buildContext)
  • Method Details

    • execute

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