##RobotML
This projects aims at providing a modeling environment for robotic applications with Papyrus.
Components in this project are built using Maven and its Tycho plugin for the build of Eclipse artifacts. To build locally, simply execute the command line:
mvn clean install
To also build the modules relative to RCP and Product, please activate the following profile:
mvn clean install -Pproduct ### Building for Eclipser server ### If you want to pack and sign the project, you have to use the following profiles:
-Peclipse-pack
and
-Peclipse-sign