tycho-p2-publisher:publish-categories

Full name:

org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories

Description:

Publishes the category definitions from the category.xml 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
<categoriesDirectory> File - The directory where category.xml files are located.

Defaults to the project's base directory.


Default value is: ${project.basedir}.

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}