Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:versions-maven-plugin:1.3.1:property-updates-report
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File | 1.0-alpha-3 | The output directory for the report. Note that this parameter is
only evaluated if the goal is run directly from the command line.
If the goal is run indirectly as part of a site generation, the
output directory configured in the Maven Site Plugin is used
instead. Default value is: ${project.reporting.outputDirectory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| allowSnapshots | Boolean | 1.0-alpha-3 | Whether to allow snapshots when searching for the latest version of
an artifact. Default value is: false. |
| autoLinkItems | Boolean | 1.0-beta-1 | Whether properties linking versions should be auto-detected or not. |
| comparisonMethod | String | 1.0-alpha-1 | The versioning rule to use when comparing versions. Valid values
are maven, numeric which will handle long
version numbers provided all components are numeric, or
mercury which will use the mercury version number
comparison rules. |
| excludeProperties | String | 1.0-beta-1 | A comma separated list of properties to not include in the report. |
| includeProperties | String | 1.0-beta-1 | A comma separated list of properties to include in the report. |
| properties | Property[] | 1.0-beta-1 | Any restrictions that apply to specific properties. |
| rulesUri | String | 1.0-alpha-3 | The Wagon URI of a ruleSet file containing the rules that control
how to compare version numbers. |
| serverId | String | 1.0-alpha-3 | settings.xml's server id for the URL. This is used when wagon needs
extra authentication information. Default value is: serverId. |
| skip | Boolean | 1.0-alpha-3 | Skip entire check. |
skip: