yal10n:detect-changes

Full name:

net.sf.yal10n:yal10n-maven-plugin:1.0.1-SNAPSHOT:detect-changes

Description:

Mojo to detect changes between the current and the previous run of this mojo.

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.
yal10nStatus String - (no description)
Default value is: target/yal10n-status.json.
User property is: yal10n.status.

Optional Parameters

Name Type Since Description
skipEmail boolean - Only log the email content, but do not really send it.
Default value is: false.
User property is: yal10n.skipEmail.

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

skipEmail:

Only log the email content, but do not really send it.
  • Type: boolean
  • Required: No
  • User Property: yal10n.skipEmail
  • Default: false

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

yal10nStatus:

(no description)
  • Type: java.lang.String
  • Required: Yes
  • User Property: yal10n.status
  • Default: target/yal10n-status.json