tycho-p2-repository:archive-repository
Full name:
org.eclipse.tycho:tycho-p2-repository-plugin:4.0.9: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:
No
- User Property:
project.build.finalName
<qualifier>
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
buildQualifier
<repositoryLocation>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
p2.repository.location
<skipArchive>
Whether or not to skip archiving the repository. False by default.
- Type:
boolean
- Required:
No
- Default:
false