yal10n:dashboard

Full name:

net.sf.yal10n:yal10n-maven-plugin:1.0.1-SNAPSHOT:dashboard

Description:

This mojo creates a dashboard like overview of all resource bundles.

Attributes:

Required Parameters

Name Type Since Description
offline boolean - Whether to update the local workspace checkouts or not.
Default value is: ${settings.offline}.
outputDirectory String - The directory where the dashboard html files should be created.
Default value is: target.
User property is: yal10n.outputDirectory.
yal10nSettings String - The configuration of the dashboard is read from this file. The file format is json.
Default value is: yal10n-settings.json.
User property is: yal10n.settings.

Parameter Details

offline:

Whether to update the local workspace checkouts or not.
  • Type: boolean
  • Required: Yes
  • Default: ${settings.offline}

outputDirectory:

The directory where the dashboard html files should be created.
  • Type: java.lang.String
  • Required: Yes
  • User Property: yal10n.outputDirectory
  • Default: target

yal10nSettings:

The configuration of the dashboard is read from this file. The file format is json.
  • Type: java.lang.String
  • Required: Yes
  • User Property: yal10n.settings
  • Default: yal10n-settings.json