|
|
|
|
|
by lmm
3737 days ago
|
|
> As far as I'm aware, no IDE will give you a Scala project with a Maven POM. When you hit "new maven project" you choose a template (archetype). Some of those are already set up for Scala. No? > Also, you may have to figure out how to let your IDE know that your project is both a Maven project and Scala project. Scala-ide (or any eclipse-based system with the m2eclipse-scala plugin) will detect that automatically. |
|