Class GenerateHelpSearchMojo

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

    @Mojo(name="generate-help-search",
          defaultPhase=PROCESS_SOURCES,
          requiresProject=true,
          requiresDependencyResolution=COMPILE)
    @Execute(goal="generate-help-files")
    public class GenerateHelpSearchMojo
    extends AbstractGenerateHelpMojo
    Generate the javax search index help for your project. The current files should be generated always in a generated directory and not in your src directories (this is mainly binary files not to be stored in scm system)...
    Since:
    2.0.0
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • outputHelpSearch

        @Parameter(property="jaxx.outputHelpSearch",
                   defaultValue="${project.basedir}/target/generated-sources/help",
                   required=true)
        protected File outputHelpSearch
        The directory where to create or update help search index files.
        Since:
        2.0.0
      • inputHelp

        @Parameter(property="jaxx.inputHelp",
                   defaultValue="${project.basedir}/src/main/help",
                   required=true)
        protected File inputHelp
        The directory where to pick content files to generate the index.
        Since:
        2.0.0
      • timestamp

        protected String timestamp
    • Constructor Detail

      • GenerateHelpSearchMojo

        public GenerateHelpSearchMojo()