I am trying to use maven to handle dependencies in a scala project in Eclipse. But once the project is converted to maven, the application wont run anymore.
Here is
Your pom.xml should contain these parts (change the versions of course):
Repositories:
scala-tools.org
Scala-Tools Maven2 Repository
http://scala-tools.org/repo-releases
Plugin repositories:
scala-tools.org
Scala-Tools Maven2 Repository
http://scala-tools.org/repo-releases
Dependencies:
org.scala-lang
scala-library
${scala.version}
Build:
org.scala-tools
maven-scala-plugin
2.15.2
org.apache.maven.plugins
maven-compiler-plugin
3.1
org.scala-tools
maven-scala-plugin
scala-compile-first
process-resources
add-source
compile