Setup Scala to use Maven in Eclipse

 

Eclipse needs separate plugin for maven and scala

1)

Download Scala M2E Plugin

Update site

http://alchim31.free.fr/m2e-scala/update-site

2)

Create a new Maven project

Choose archtype as

Group id
net.alchim31.maven
artifact id
scala-archteype-simple

3)


From now you can use your normal maven commands


Note:


In the pom.xml


I tried with scala.version as 2.10.0


It was failing , i decreased it to 2.8.0 it passed. Just in case you get some error like me

No comments:

Post a Comment

Please share your views and comments below.

Thank You.