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

Papyrus/customizations/robotics/build

< Papyrus‎ | customizations/robotics
Revision as of 17:54, 15 July 2020 by Ansgar.radermacher.cea.fr (Talk | contribs) (Created page with "== Build == The build process for P4R is based on maven. For compiling, a target platform and a compilation goal needs to be specified. For instance mvn install -P 2019-1...")

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

Build

The build process for P4R is based on maven. For compiling, a target platform and a compilation goal needs to be specified.

For instance

  mvn install -P 2019-12,product

will create an RCP product (for Linux, MacOS and Windows-10 based on the 2019-12 target platform.

  mvn install -P 2020-06,p2

creates a P4R update-site based on the Eclipse 2020-06 platform.

Besides of the (manual) execution on a (unix-based) machine, the build is executed on the Eclipse continuous integration server, see P4R view.

Back to the top