Skip to content
Snippets Groups Projects
Commit b819000e authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

basic README

parent 164df670
No related branches found
No related tags found
No related merge requests found
# Role-based Runtime Model Synchronization (Running Example)
Supplementary material for the [COP 2021](https://conf.researchr.org/track/ecoop-issta-2021/ecoop-issta-2021-cop) publication *"Resolving Synchronization Conflicts in Role-based Multimodel-Synchronization Environments"* by Sebastian Ebert, Tim Kluge , Sebastian Götz, Uwe Aßmann and Christopher Werner.
The repository contains the source code of a library to be used as a core for systems synchronizing heterogenous object-oriented models.
## Installation
This project is based on Maven, thus building it is simple:
1. clone this project into your workspace
2. cd into the cloned project
3. run mvn -compile
4. run mvn -package
## Setting UP IntelliJ
1. Install IntelliJ's Plugin for Scala-Support
2. Clone this maven project
3. Import the project into IntelliJ
4. Wait till all dependencies are downloaded / installed
### Prerequisites
* Java SE Development Kit 8 (minimum)
* Maven 3.6.0 (minimum)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment