m2eclipse-scala
m2eclipse-scala copied to clipboard
Scala Archetype doesn't show up after installing m2eclipse-scala plugin
Hello
I was able to successfully install the m2eclipse-scala plugin from the available software site: http://alchim31.free.fr/m2e-scala/update-site/
However, when I try to create a new maven project for scala ( as per the instructions mentioned in: http://scala-ide.org/docs/tutorials/m2eclipse/) I can't find the scala archetype in the list of archetypes.
I am attaching the screenshot of the installed software on the IDE for reference.
I am not sure where I am going wrong. Any help would be appreciated, thank you.
I'm also facing a similar kind of situation. Try to load and install all available s/w
@hemanthannavarapu I was facing the same issue and I resolved it by adding the archetype manually:
- Go to New Maven Project
- In Select an Archetype window click Add Archetype... (right-bottom)

- Add Archetype details, I used the following:
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-archetype-simple</artifactId>
<version>1.7</version>
- That's it, it should load
scala-archetype-simplein Eclipse (M2E).