I am trying to create a Vaadin application in Eclipse using Maven and am unable to do so. The official instructions (https://vaadin.com/wiki/-/wiki/Main/Creating%20an%20Eclipse%20Project) say to create a new Maven project in Eclipse and ""vaadin-archetype-application" in the list of archetypes. I can't see anything of such kind. Then, I added an archetype and gave the following details:
Archetype Group ID: com.vaadin Archetype Artifact ID: vaadin-archetype-application Archetype Version: 7.1.7
Even this didn't work and I keep getting the error, Could not resolve artifact
.
Please help!
I am on Eclipse Kepler IDE for Java EE Developers and have the Vaadin Plugin for Eclipse installed. Maven Integration for Eclipse was already installed in this bundle.
UPDATE: I also tried these settings but to no avail
Archetype Group ID: com.vaadin Archetype Artifact ID: vaadin-archetype-clean Archetype Version: LATEST