setup - model-UA/papyrus-opcua-plugin GitHub Wiki
Some additional dependencies are required for building the plugin.
If you want to build or debug the plugin yourself you have to install the Eclispe SDK. This can be found in the Eclipse Project repository in the list of update sites. Select the following items:
- Eclipse SDK
If the underlaying UML model used for the diagram shall be adapted install the following from the papyrus update site:
- Papyrus Toolsmith Tools
- Papyrus Diagram Assistants Generator
The plugin is built for deployment using maven, therefore the maven plugin for eclipse (m2e) can be used. The plugin can be installed from http://download.eclipse.org/technology/m2e/releases . Select the following plugins:
- m2e - Maven Integration for Eclipse
After installing maven, open Window->Preferences and go to Maven->Discovery . Click on Open Catalog and install Tycho Configurator. Tycho is a maven plugin which eases the build of eclipse plugins, features and update-sites. If Maven is installed on the host system the plugin can be built executing mvn clean install
inside the root directoy of the repository.