sonatype/m2eclipse-scala

Scala Archetype doesn't show up after installing m2eclipse-scala plugin

hemanthannavarapu opened this issue · 2 comments

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.
list

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:

  1. Go to New Maven Project
  2. In Select an Archetype window click Add Archetype... (right-bottom)
    image
  3. Add Archetype details, I used the following:
    <groupId>net.alchim31.maven</groupId>
    <artifactId>scala-archetype-simple</artifactId>
    <version>1.7</version>
  1. That's it, it should load scala-archetype-simple in Eclipse (M2E).