tycho-p2-repository:archive-repository

Full name:

org.eclipse.tycho:tycho-p2-repository-plugin:3.0.1: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 is: project.build.finalName.
<repositoryLocation> File - (no description)
<skipArchive> boolean - Whether or not to skip archiving the repository. False by default.
Default value is: false.

Parameter Details

<finalName>

Name of the generated zip file (without extension).

  • Type: java.lang.String
  • Required: No
  • User Property: project.build.finalName

<repositoryLocation>

(no description)
  • Type: java.io.File
  • Required: No

<skipArchive>

Whether or not to skip archiving the repository. False by default.
  • Type: boolean
  • Required: No
  • Default: false