-
Notifications
You must be signed in to change notification settings - Fork 3
Development Environment
Casper Thule edited this page Aug 9, 2018
·
7 revisions
This is a guide to setting up a development environment for Maestro. It is based on IntelliJ IDEA (v. 2018.2.1 as of writing)
- IntelliJ: Import Project using the directory maestro (cloned in step 1.)
- IntelliJ: Select Import project from external model and choose Maven
- IntelliJ - Select profiles: Tick default
- IntelliJ - Select Maven projects to import: Tick ONLY org.intocps:root:x.x.xx-SNAPSHOT
- IntelliJ - Please select project SDK: JDK 1.8.xxx
- IntelliJ - Project name and location: xx
- IntelliJ: Install Scala plugin (Preferences -> Plugins -> Scala)
- Intellij: Go to File -> Project Structure -> Global Libraries -> Add scala-SDK to coe module