I have a scala maven project inside an already available multi module java project in intellij(2012.1.2), intellij not auto compiling the scala project on save. I am not facing this issue for java modules in the same project. I could only run the modified scala code after manual maven compile.
I am using scala-maven-plugin version 3.3.2 and enabled "Build Project Automatically" but this doesnt make any changes.
Kindly help to resolve this problem.