Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox p2 Metadata Generator"

(Describing the output)
(Describing the output)
Line 10: Line 10:
 
* -artifactRepository, the URL to a writtable artifact repository that will contain the produced artifacts
 
* -artifactRepository, the URL to a writtable artifact repository that will contain the produced artifacts
 
* -publishArtifacts, flag indicating whether the artifacts should be published to the repository. (Need to see if this works)
 
* -publishArtifacts, flag indicating whether the artifacts should be published to the repository. (Need to see if this works)
 +
* -publishArtifactRepository
 
* -append, flag indicating that repositories will be appended to
 
* -append, flag indicating that repositories will be appended to
  
Line 17: Line 18:
 
* -flavor, the flavor associated with the configuration units generated. (This will be removed for 1.0)
 
* -flavor, the flavor associated with the configuration units generated. (This will be removed for 1.0)
 
* -inplace
 
* -inplace
 +
* -noDefaultIUs
 +
-compress

Revision as of 12:38, 24 January 2008

The p2 metadata generator is a utility tool who generates metadata and artifact repositories from a given input

Describing the input

  • -source the path to a folder containing plugins and folders
  • -updateSite
  • -config

Describing the output

  • -metadataRepository, the URL to a writtable metadata repository that will contain the produced installable units
  • -artifactRepository, the URL to a writtable artifact repository that will contain the produced artifacts
  • -publishArtifacts, flag indicating whether the artifacts should be published to the repository. (Need to see if this works)
  • -publishArtifactRepository
  • -append, flag indicating that repositories will be appended to
  • -root The name of the IU referring to all the IUs that have been added to the repo during the run.
  • -rootVersion The version of the IU
  • -flavor, the flavor associated with the configuration units generated. (This will be removed for 1.0)
  • -inplace
  • -noDefaultIUs

-compress

Back to the top