Fork me on GitHub

tycho-p2-repository:archive-repository

Full name:

org.eclipse.tycho:tycho-p2-repository-plugin:5.0.0-SNAPSHOT: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
<outputTimestamp> String - Timestamp for reproducible output archive entries, either formatted as ISO 8601 extended offset date-time (e.g. in UTC such as '2011-12-03T10:15:30Z' or with an offset '2019-10-05T20:37:42+06:00'), or as an int representing seconds since the epoch (like SOURCE_DATE_EPOCH).
Default: ${project.build.outputTimestamp}
<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

<outputTimestamp>

Timestamp for reproducible output archive entries, either formatted as ISO 8601 extended offset date-time (e.g. in UTC such as '2011-12-03T10:15:30Z' or with an offset '2019-10-05T20:37:42+06:00'), or as an int representing seconds since the epoch (like SOURCE_DATE_EPOCH).
  • Type: java.lang.String
  • Required: No
  • Default: ${project.build.outputTimestamp}

<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