Class GenerateHelpIdsMojo

  • 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-ids",
          defaultPhase=PROCESS_SOURCES,
          requiresProject=true)
    public class GenerateHelpIdsMojo
    extends AbstractGenerateHelpMojo
    Generate the help ids files from the previous jaxx generation. Created: 22 déc. 2009
    Since:
    2.0.0
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • mergeIdsToInput

        @Parameter(property="jaxx.mergeIdsToInput",
                   defaultValue="false",
                   required=true)
        protected boolean mergeIdsToInput
        Flag to merge ids into input directory.
        Since:
        2.5.12
      • strictMode

        @Parameter(property="jaxx.strictMode",
                   defaultValue="false",
                   required=true)
        protected boolean strictMode
        Flag to remove obsolete ids into input files. Important Note: Be sure to use this after a clean, or using with jaxx.force property to get all ids of any jaxx files detected, otherwise you could loose some data. USE WITH CAUTION. Note: Only used when mergeIdsToInput parameter is on.
        Since:
        2.5.12
      • inputHelpDirectory

        @Parameter(property="jaxx.inputHelpDirectory",
                   defaultValue="src/main/help",
                   required=true)
        protected File inputHelpDirectory
        Directory where to merge (create) input files. Note: Only used when mergeIdsToInput parameter is on.
        Since:
        2.5.12
      • inputHelpFilenamePrefix

        @Parameter(property="jaxx.inputHelpFilenamePrefix",
                   defaultValue="helpMapping",
                   required=true)
        protected String inputHelpFilenamePrefix
        Prefix of input files. Note: -locale.properties will be added to each generated file (example: helpMapping-fr_FR.properties). Note: Only used when mergeIdsToInput parameter is on.
        Since:
        2.5.12
      • helpIds

        protected Set<String> helpIds
        help ids to react.
    • Constructor Detail

      • GenerateHelpIdsMojo

        public GenerateHelpIdsMojo()