Note:This goal should be used as a Maven report.
Full name:
org.honton.chas:updates-maven-plugin:0.1.0:report
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<qualifierRegex> | String | - | Regular expression of qualifiers that will be accepted. Any updates
that have a qualifier and do not match the expression will not be
reported. This is to prevent a false report on -SNAPSHOT, -RC,
.alpha, .beta, etc. Default value is: (?i:Final|GA|Release). User property is: updates.qualifier. |
<reportName> | String | - | Output report name Default value is: dependency-updates-report.xml. User property is: updates.report. |
<retrievalThreadCount> | int | - | Number of threads to retrieve dependency updates Default value is: 8. User property is: updates.threads. |
<skip> | boolean | - | Skip generating report User property is: updates.skip. |