. Eclipse 4.3 (Kepler)
Scala IDE Eclipse 3.0.1.v-2_10-201307101641-eff8147. maven scala, . , java-, . , . , scala . ( Eclipse) .
scala Eclipse. .classpath src - et voila! . eclipse, maven.
ETA: .project, maven. : <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
And when I understood, the problem disappeared. I also had another problem: <comment>myproject. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
This is probably why javabuilder first appeared. I had to add to scalabuilder by adding scala Nature to my project. Perhaps this problem does not appear, I will add the M2Eclipse plugin. I will try and take a look.
source
share