sonatype/m2eclipse-scala

scala-reflect dependency should not be added to .classpath

Opened this issue · 0 comments

If I have dependency to scala reflect in my pom file like

<dependency>
  <groupId>org.scala-lang</groupId>
  <artifactId>scala-reflect</artifactId>
  <version>2.10.0</version>
</dependency>

it should be ignored like is scala-library.
It is already presented in Scala Library Container.
Currently it is presented in both Scala Library Container an Maven Dependencies Container.