tycho-p2-director:archive-products

Full name:

org.eclipse.tycho:tycho-p2-director-plugin:0.17.0:archive-products

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
formats Map - Maps os to format. By default a zip file will be created. For example, the following configuration will create tar.gz product archives for Linux
<formats>
  <linux>tar.gz</linux>
</formats>
Supported formats
  • zip
  • tar.gz
The future versions can introduce support for other file formats and multiple formats per-os.
products List - (no description)

Parameter Details

formats:

Maps os to format. By default a zip file will be created. For example, the following configuration will create tar.gz product archives for Linux
<formats>
  <linux>tar.gz</linux>
</formats>
Supported formats
  • zip
  • tar.gz
The future versions can introduce support for other file formats and multiple formats per-os.
  • Type: java.util.Map
  • Required: No

products:

(no description)
  • Type: java.util.List
  • Required: No