tycho-packaging:update-site-packaging

Full name:

org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-site-packaging

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.

Optional Parameters

Name Type Since Description
<archiveSite> boolean - If true, create site assembly zip file. If false (the default), do not create site assembly zip file. Please note that the project's main artifact that will be deployed/installed to maven repository is a zip only containing the site.xml. However, if this parameter is set to true an additional result file classified as 'assembly' containing a full packaged update site will be created and installed.
Default value is: false.
<target> File - Generated update site location (must match update-site mojo configuration)
Default value is: ${project.build.directory}/site.

Parameter Details

<archiveSite>

If true, create site assembly zip file. If false (the default), do not create site assembly zip file. Please note that the project's main artifact that will be deployed/installed to maven repository is a zip only containing the site.xml. However, if this parameter is set to true an additional result file classified as 'assembly' containing a full packaged update site will be created and installed.
  • Type: boolean
  • Required: No
  • Default: false

<target>

Generated update site location (must match update-site mojo configuration)
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/site