Following http://docs.scala-lang.org/tutorials/scala-with-maven.html to setup a simple scala maven project.
I got a BUILD SUCCESS after setting up scala-archetype-simple
With intellij
I had to remove it from IntelliJ compiler config, as compilation was failing while running scalatests in intellij.
The .idea/scala_compiler
config was as below,
cat .idea/scala_compiler.xml
I removed the -make-transitive
parameter for compiler, restarted the intellij.
I have no idea who/why added -make:transitive
parameter to .idea config.