project-info-reports:license
Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1:license
Description:
Generates the Project License report.
Attributes:
- Requires a Maven 2.0 project to be executed.
- Since version: 2.0.
Required Parameters
Name |
Type |
Since |
Description |
outputDirectory |
File |
2.0 |
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.
|
Optional Parameters
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.
|
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.
|
Parameter Details
customBundle:
Path for a custom bundle instead of using the default one.
Using this field, you could change the texts in the generated
reports.
- Type: java.lang.String
- Since: 2.3
- Required: No
- Expression: ${project.basedir}/src/site/custom/project-info-report.properties
linkOnly:
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.
- Type: boolean
- Since: 2.3
- Required: No
- Default: false
offline:
Whether the system is currently offline.
- Type: boolean
- Since: 2.0
- Required: No
- Expression: ${settings.offline}
outputDirectory:
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.
- Type: java.io.File
- Since: 2.0
- Required: Yes
- Expression: ${project.reporting.outputDirectory}