Skip to content

Development Environment

Casper Thule edited this page Apr 15, 2020 · 7 revisions

** Tribal Knowledge **

  • Use JAVA 8

** Guide: **

This is a guide to setting up a development environment for Maestro. It is one way of importing the project, but it is NOT the only way. The importing It is based on IntelliJ IDEA (v. 2018.3.5 as of writing) Typically, it is a good idea to build it with Maven before importing: alias mvni="mvn install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true" The step will be presented in a list followed by figures for each step.

  1. Clone Maestro/download zip/...
  2. IntelliJ: Import Project using the directory maestro
  3. IntelliJ: Select Import project from external model and choose Maven
  4. IntelliJ: Untick search for projects recursive and Untick import Maven Project automatically
  5. IntelliJ - Select profiles: Tick default
  6. IntelliJ - Select Maven projects to import: Tick ONLY org.intocps:root:x.x.xx-SNAPSHOT
  7. IntelliJ - Please select project SDK: JDK 1.8.xxx
  8. IntelliJ - Project name and location: xx
  9. IntelliJ: Install Scala plugin (Preferences -> Plugins -> Scala)
  10. Intellij: Go to File -> Project Structure -> Global Libraries -> Add scala-SDK to coe module
Clone this wiki locally