This is the first lession of how to develop a plugin for Cameo/MagicDraw. At the end of the lession you will have an environment and a very simple - hello world - example.
- Cameo/MagicDraw latest
- Java JDK 11
- Maven
git clone https://github.com/modeldriven-hu/cameo_lesson_1.git
Configure Cameo/MagicDraw root directory according to local setup, for example:
set CAMEO_ROOT=C:/home/Tools/Cameo
or when using PowerShell:
$env:CAMEO_ROOT = "C:/Home/Tools/Cameo"
mvn package
Extract target/hu.modeldriven.cameo.lesson1.zip
into CAMEO_ROOT/plugins
Restart CAMEO