tycho-packaging:product-export
Full name:
org.eclipse.tycho:tycho-packaging-plugin:0.17.0:product-export
Description:
(no description)
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
| Name |
Type |
Since |
Description |
| createProductArchive |
boolean |
- |
(no description) Default value is: true. |
| environments |
TargetEnvironment[] |
- |
Deprecated.
|
| expandedProductFile |
File |
- |
Location of generated .product file with all versions replaced with
their expanded values.
|
| forcePackedDependencies |
boolean |
- |
Default value is: false. |
| includeSources |
boolean |
- |
(no description) Default value is: false. |
| p2inf |
File |
- |
(no description)
|
| productConfigurationFile |
File |
- |
The product configuration, a .product file. This file manages all
aspects of a product definition from its constituent plug-ins to
configuration files to branding. Default value is: ${project.basedir}/${project.artifactId}.product. |
| qualifier |
String |
- |
Build qualifier. Recommended way to set this parameter is using
build-qualifier goal.
|
| separateEnvironments |
boolean |
- |
If true (the default), produce separate directory structure for
each supported runtime environment. Default value is: true. |
| strictBinIncludes |
boolean |
- |
If set to true (the default), missing build.properties
bin.includes will cause build failure. If set to
false, missing build.properties bin.includes will be
reported as warnings but the build will not fail. Default value is: true. |
| useDefaultExcludes |
boolean |
- |
(no description) Default value is: true. |
Parameter Details
createProductArchive:
(no description)
- Type: boolean
- Required: No
- Expression: ${tycho.product.createArchive}
- Default: true
environments:
Deprecated.
(no description)
- Type: org.eclipse.tycho.core.facade.TargetEnvironment[]
- Required: No
expandedProductFile:
Location of generated .product file with all versions replaced with
their expanded values.
- Type: java.io.File
- Required: No
- Expression: ${project.build.directory}/${project.artifactId}.product
forcePackedDependencies:
- Type: boolean
- Required: No
- Default: false
includeSources:
(no description)
- Type: boolean
- Required: No
- Default: false
p2inf:
(no description)
- Type: java.io.File
- Required: No
- Expression: ${productConfiguration}/../p2.inf
productConfigurationFile:
The product configuration, a .product file. This file manages all
aspects of a product definition from its constituent plug-ins to
configuration files to branding.
- Type: java.io.File
- Required: No
- Expression: ${productConfiguration}
- Default: ${project.basedir}/${project.artifactId}.product
qualifier:
Build qualifier. Recommended way to set this parameter is using
build-qualifier goal.
- Type: java.lang.String
- Required: No
- Expression: ${buildQualifier}
separateEnvironments:
If true (the default), produce separate directory structure for
each supported runtime environment.
- Type: boolean
- Required: No
- Default: true
strictBinIncludes:
If set to true (the default), missing build.properties
bin.includes will cause build failure. If set to
false, missing build.properties bin.includes will be
reported as warnings but the build will not fail.
- Type: boolean
- Required: No
- Default: true
useDefaultExcludes:
(no description)
- Type: boolean
- Required: No
- Default: true