tycho-p2-publisher:publish-products
Full name:
org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.1:publish-products
Description:
Publishes all product definitions files (*.product) that are present in the root of the project.
See also: https://wiki.eclipse.org/Equinox/p2/Publisher
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
compile+runtime. - The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
package.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<productsDirectory> |
File |
- |
The directory where .product files are located.
Defaults to the project's base directory. Default value is: ${project.basedir}. |
Parameter Details
<productsDirectory>
The directory where
.product files are located.
Defaults to the project's base directory.
- Type:
java.io.File - Required:
No - Default:
${project.basedir}
