Class ExtractConfigurationArchiveMojo

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

    @Mojo(name="extract-configuration",
          aggregator=true,
          requiresProject=true)
    public class ExtractConfigurationArchiveMojo
    extends AbstractConfigurationArchiveMojo
    This mojo extracts parameters from all the processes found in the project into a single parameters file.
    • Field Detail

      • extractor

        protected org.bonitasoft.bonita2bar.configuration.ParameterConfigurationExtractor extractor
      • withoutParametersValue

        @Parameter(property="parameters.withoutValue",
                   defaultValue="false")
        protected boolean withoutParametersValue
        Only extract parameters without values. Default is false.
      • overwrite

        @Parameter(property="parameters.overwrite",
                   defaultValue="false")
        protected boolean overwrite
        Overwrite existing parameters file. Default is false.
    • Constructor Detail

      • ExtractConfigurationArchiveMojo

        public ExtractConfigurationArchiveMojo()
    • 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