tycho-p2-repository:archive-repository
Full name:
org.eclipse.tycho:tycho-p2-repository-plugin:4.0.6:archive-repository
Description:
Creates a zip archive with the aggregated p2 repository.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: package.
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <finalName> | String | - | Name of the generated zip file (without extension). User Property: project.build.finalName | 
| <qualifier> | String | - | No description. User Property: buildQualifier | 
| <repositoryLocation> | File | - | No description. User Property: p2.repository.location | 
| <skipArchive> | boolean | - | Whether or not to skip archiving the repository. False by default. Default: false | 
Parameter Details
<finalName>
Name of the generated zip file (without extension).
- Type: java.lang.String
- Required: report.plugin.goal.no
- User Property: project.build.finalName
<qualifier>
No description.
- Type: java.lang.String
- Required: report.plugin.goal.no
- User Property: buildQualifier
<repositoryLocation>
No description.
- Type: java.io.File
- Required: report.plugin.goal.no
- User Property: p2.repository.location
<skipArchive>
Whether or not to skip archiving the repository. False by default.
- Type: boolean
- Required: report.plugin.goal.no
- Default: false
