Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PackageDrone/Recipes/Tycho/BuildWithTychoUseR5

  • Create a new channel
  • Add the following aspects with dependencies
    • Tycho Cleaner
    • OSGi R5 XML Index Repository
  • Create and assign at least one deploy group and key for this channel
  • Configure maven to deploy to http://yourserver:8080/maven/<channel-id>
    • Configure to use "deploy" as username and the deploy key as password
  • Consume the repository from the URL
    • http://yourserver:8080/r5/<channel-id> for OSGi R5 XML index
    • http://yourserver:8080/obr/<channel-id> for OBR

Back to the top