Skip to content
Zbyněk Šlajchrt edited this page May 26, 2015 · 6 revisions

Configuring IDE to use Morpheus Scala compiler plugin

IntelliJ IDEA

Assumed the Scala plugin is installed.

  1. Open Preferences
  2. Go to Build, Execution Deployment/Scala/Scala Compiler
  3. In the middle pane select the module, in which you want to use the Morpheus compiler plugin
  4. In Compiler plugins click + and locate the correct morpheus.jar in the local Maven repository considering the plugin version as well as the version of Scala. For example, for plugin version 0.7 and Scala version 2.11 the path should be <HOME>/.m2/repository/org/morpheus/morpheus_2.11/0.7/morpheus_2.11-0.7.jar
  5. Click OK
Clone this wiki locally