Note :Ce goal doit être utilisé comme un rapport de Maven.
Nom complet :
org.nuiton:nuiton-maven-report-plugin:3.0.1:aggregate-config-report
Description :
Attributs :
Nom | Type | Depuis | Description |
---|---|---|---|
outputDirectory | File | 2.6.10 | Report output directory. Note that this parameter is only relevant
if the goal is run from the command line or from the default build
lifecycle. If the goal is run indirectly as part of a site
generation, the output directory configured in the Maven Site
Plugin is used instead. Valeur par défaut : ${project.reporting.outputDirectory}. Propriété utilisateur : config.outputDirectory. |
outputEncoding | String | 2.6.10 | Report output encoding. Note that this parameter is only relevant
if the goal is run from the command line or from the default build
lifecycle. If the goal is run indirectly as part of a site
generation, the output encoding configured in the Maven Site Plugin
is used instead. Valeur par défaut : ${project.reporting.outputEncoding}. Propriété utilisateur : config.outputEncoding. |
project | MavenProject | 2.6.10 | The Maven Project. Valeur par défaut : ${project}. |
Nom | Type | Depuis | Description |
---|---|---|---|
exclude | String | 2.6.10 | List of application config to exclude from report (separated by
comma). Note: If not filled no config will be
exclude. Propriété utilisateur : config.exclude. |
i18nBundleName | String | 2.6.10 | Optional i18n bundle name as used by the nuiton I18n system to init
his files. If not given, will look at all i18n files in all over
class-path (which could be costy if many dependencies), otherwise
will init I18n system usinga DefaultI18nInitializer
with this bundle name. Propriété utilisateur : config.i18nBundleName. |
include | String | 2.6.10 | List of application config to include in report (separated by
comma). Note: If not filled then will use all
config found in class-path. Propriété utilisateur : config.include. |
showOptionDetail | boolean | 2.6.10 | Flag to render option in detail (add a section for each option). Valeur par défaut : true. Propriété utilisateur : config.showOptionDetail. |
skip | boolean | 2.6.10 | Skip to generate the report. Propriété utilisateur : config.skip. |
verbose | boolean | 2.6.10 | Flag to activate verbose mode. Note: Verbose mode is always
on if you starts a debug maven instance (says via -X). Valeur par défaut : ${maven.verbose}. Propriété utilisateur : config.verbose. |
exclude :
include :
project :
skip :
verbose :