Open FRosner opened 10 years ago
We want to be able to compile scala classes when executing the usual maven goals (mvn compile).
mvn compile
It does not work as expected. The IDE keeps crashing and I cant write a single scala class.
We would probably need to switch to SBT as build tool to make it work better. I don't know. Will put it to icebox for now.
We want to be able to compile scala classes when executing the usual maven goals (
mvn compile
).