-
Notifications
You must be signed in to change notification settings - Fork 3
Development Environment
Casper Thule edited this page Apr 16, 2020
·
7 revisions
- Use JAVA 8 when running maven and stuff.
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.
- Clone Maestro/download zip/...
- IntelliJ: Import Project using the directory maestro
- IntelliJ: Select Import project from external model and choose Maven
- IntelliJ: Untick search for projects recursive and Untick import Maven Project automatically
- 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