You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Using
Eclipse Oxygen.1
SCALA IDE 4.7.0
Maven Integration for Scala IDE 0.5.1.201410131304
m2e - Maven Integration for Eclipse 1.8.2.20171007-0217
Java 8
importing a Maven project containing <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <version>3.3.1</version> <executions> <execution> <goals> <goal>compile</goal> <goal>testCompile</goal> </goals> </execution> </executions> <configuration> <scalaVersion>2.11.11</scalaVersion> <scalaCompatVersion>2.11</scalaCompatVersion> </configuration> </plugin>
the detected SCALA Container in Eclipse imported project is 2.12.3
conflicting with Maven dependencies (cross-compilation issue)
while 2.11.11 was expected
Any thoughts?
The text was updated successfully, but these errors were encountered:
the m2eclipse-scala plugin is not able to set the version of scala-library. It was a limitation of the scala-plugin, when the m2eclipse-scala was made. I don't know if scala-plugin allow today (programmatically).
Yes, you can try to contact the scala IDE team.
I guess there are some change since my latest commit in this project, and the last time I check with Scala IDE team (~2014).
Using
Eclipse Oxygen.1
SCALA IDE 4.7.0
Maven Integration for Scala IDE 0.5.1.201410131304
m2e - Maven Integration for Eclipse 1.8.2.20171007-0217
Java 8
importing a Maven project containing
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
<configuration>
<scalaVersion>2.11.11</scalaVersion>
<scalaCompatVersion>2.11</scalaCompatVersion>
</configuration>
</plugin>
the detected SCALA Container in Eclipse imported project is 2.12.3
conflicting with Maven dependencies (cross-compilation issue)
while 2.11.11 was expected
Any thoughts?
The text was updated successfully, but these errors were encountered: