p2content:create
Full name:
info.textgrid.utils:p2content-maven-plugin:0.1-SNAPSHOT:create
Description:
Creates an HTML overview over the p2 repository at the given
position.
Attributes:
Required Parameters
Name |
Type |
Since |
Description |
outputFile |
File |
- |
Location of the output HTML file. Default value is: index.html. |
Optional Parameters
Name |
Type |
Since |
Description |
repository |
File |
- |
Directory where to search the p2 content.xml file. Default value is: .. |
Parameter Details
outputFile:
Location of the output HTML file.
- Type: java.io.File
- Required: Yes
- Expression: ${p2content.output.file}
- Default: index.html
repository:
Directory where to search the p2 content.xml file.
- Type: java.io.File
- Required: No
- Expression: ${p2content.repository}
- Default: .