sonatype/m2eclipse-scala

When converting scala project to maven-nature...

GratefulTony opened this issue · 2 comments

Scala nature is overwritten by java nature?

All of the icons in the package explorer except the main project folder icon revert to grey java "J" icons, and main will no longer run as a Scala executable?

This only happens when maven packaging is set to Jar...

Problem can be temporarily removed by deleting

classpathentry including="*/.java" kind="src" output="target/classes" path="src"

from .classpath

or alternately, removing it from the classpath via elcipse gui.

It is re-added when maven-update-project is executed, and the problem reappears...