Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:licenses
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <customBundle> | String | 2.3 | Path for a custom bundle instead of using the default one. Using this field, you could change the texts in the generated reports. Default value is: ${project.basedir}/src/site/custom/project-info-reports.properties. |
| <licenseFileEncoding> | String | 2.8 | Specifies the input encoding of the project's license file(s). |
| <linkOnly> | boolean | 2.3 | Whether the only render links to the license documents instead of
inlining them. If the system is in offline mode, the linkOnly parameter will be always true. Default value is: false. |
| <offline> | boolean | 2.0 | Whether the system is currently offline. User property is: settings.offline. |
| <remoteRepositories> | List | 2.1 | Remote repositories used for the project. User property is: project.remoteArtifactRepositories. |
| <skip> | boolean | 2.8 | Skip report. Default value is: false. User property is: mpir.skip. |
| <skipEmptyReport> | boolean | 2.8 | Skip the project info report generation if a report-specific
section of the POM is empty. Defaults to true. Default value is: true. |