Vaadin 7 broken support in Eclipse Plugin 4.0.2 when creating a new project

With the last version of Eclipse Plugin (tested with the 4.0.2) is no more possible to create a Vaadin 7 project of any kind, because the plugin try to create a project with a non existent version of Vaadin 7 (7.7.16), instead last version available on Maven repositories is 7.7.15 (as anyone can see here: https://mvnrepository.com/artifact/com.vaadin/vaadin-archetype-application).
Is planned a fix to the Eclipse Plugin or there is a workaround to solve this issue in the meanwhile?

Antonino

P.S.
The error message returned is:
“Could not resolve archetype com.vaadin:vaadin-archetype-application:7.7.16 from any of the configured repositories.
Could not resolve artifact com.vaadin:vaadin-archetype-application:pom:7.7.16
Missing com.vaadin:vaadin-archetype-application:pom:7.7.16”

Hi, hopefully there will be a real 7.7.16 release soon; in the meanwhile, you should be able to use the Maven archetypes to create a new project. For example:

mvn archetype:generate \
-DarchetypeGroupId=com.vaadin \
-DarchetypeArtifactId=vaadin-archetype-application \
-DarchetypeVersion=7.7.15