Mark Directory As... seems impermanent
已回答
I seem to be having this problem, but in IntelliJ IDEA. I have a Scala project (Maven) and I mark the src/main/scala directory as Sources Root. But after a series of events I haven't really nailed down, it starts complaining that it can't find classes with 'main.scala.' prepended to the package, and the src directory is marked as Sources Root. Is that clear? My sources root seems to keep moving down to src in the project folder.
Why is this? How do I stop it?
请先登录再写评论。
Please see https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html and https://stackoverflow.com/questions/4603730/using-maven-using-non-standard-directory-layout.