Open hemanthannavarapu opened 7 years ago
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:
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-archetype-simple</artifactId>
<version>1.7</version>
scala-archetype-simple
in Eclipse (M2E).
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.