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

Papyrus/customizations/manufacturing/opcua/build

< Papyrus‎ | customizations/manufacturing/opcua
Revision as of 11:13, 7 November 2022 by Unnamed Poltroon (Talk) (Created page with "== Build == The build process for Papyrus OPC UA Designer is based on maven. For compiling, a target platform and a compilation goal needs to be specified. For instance m...")

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

Build

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

For instance

  mvn clean verify -PbuildRCP

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

Back to the top