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/ReleaseBuild

< PackageDrone
Revision as of 07:59, 14 January 2016 by Jens.reimann.ibh-systems.com (Talk | contribs) (Created page with "This page tries to describe the internal build process for releases. == Prerequisites == * Maven 3.3.x with <code>mvn</code> in the "PATH" * <code>gpg-agent</code> and a wor...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page tries to describe the internal build process for releases.

Prerequisites

  • Maven 3.3.x with mvn in the "PATH"
  • gpg-agent and a working signing key

Performing the build

git clone https://github.com/eclipse/packagedrone.git packagedrone.git
cd packagedrone.git
cd runtime
mvn clean install 
cd ..
mvn clean verify -Prpm -Djdeb-sign  -Dtycho.localArtifacts=ignore

Assembling outputs

Back to the top