Nom complet :
org.nuiton.jaxx:maven-jaxx-plugin:2.4.2:generate-help-search
Description :
Attributs :
| Nom | Type | Depuis | Description |
|---|---|---|---|
| generateSearch | boolean | 1.3 | Flag to generate the search index. Valeur par défaut est : true. |
| helpIdsFilename | String | 1.3 | The store of helpIds generated by the goal
GenerateMojo and then used by the goal
GenerateHelpMojo. Valeur par défaut est : helpIds.properties. |
| inputHelp | File | 2.0.0 | The directory where to pick content files to generate the index. Valeur par défaut est : ${project.basedir}/src/main/help. |
| locales | String | 2.0.0 | The locales to generate for help, separeted by comma.
The first locale given is the default locale. |
| mergeHelpIdsFilename | String | 1.3 | The store of cumulate helpIds generated by the goal
GenerateMojo and then used by the goal
GenerateHelpMojo. Valeur par défaut est : helpIds-all.properties. |
| outputHelpIds | File | 1.3 | Where to generate helpIds files. Valeur par défaut est : target/generated-sources/jaxx. |
| outputHelpSearch | File | 2.0.0 | The directory where to create or update help search index files. Valeur par défaut est : ${project.basedir}/target/generated-sources/help. |
| Nom | Type | Depuis | Description |
|---|---|---|---|
| encoding | String | 2.0.0 | Encoding pour la generation des fichiers.
Note: If nothing is filled here, we will use the system
property file.encoding. Valeur par défaut est : ${project.build.sourceEncoding}. |
| force | boolean | 2.0.0 | to force generation of java source for any jaxx files with no
timestamp checking.
By default, never force generation. Valeur par défaut est : false. |
| generateHelp | boolean | 1.3 | Flag to activate help id detection while parsing jaxx files.
By default, not active. Valeur par défaut est : false. |
| verbose | boolean | 1.3 | verbose flag Valeur par défaut est : false. |
encoding :
force :
locales :
verbose :