tycho-packaging:update-site-packaging
Full name:
org.eclipse.tycho:tycho-packaging-plugin:0.17.0:update-site-packaging
Description:
(no description)
Attributes:
- Requires a Maven project to be executed.
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)
|
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
- Expression: ${project.build.directory}/site