tycho-p2-publisher:publish-categories
Full name:
org.eclipse.tycho:tycho-p2-publisher-plugin:5.0.0:publish-categories
Description:
Publishes the category definitions from the category.xml in the root of the project.
See also: Eclipse Wiki
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 |
|---|---|---|---|
<categoriesDirectory> |
File |
- |
The directory where category.xml files are located.
Defaults to the project's base directory. Default: ${project.basedir} |
<qualifier> |
String |
- |
No description. User Property: buildQualifier |
Parameter Details
<categoriesDirectory>
The directory where
category.xml files are located.
Defaults to the project's base directory.
- Type:
java.io.File - Required:
No - Default:
${project.basedir}
<qualifier>
No description.
- Type:
java.lang.String - Required:
No - User Property:
buildQualifier
