Hello,
I recently installed the vaadin eclipse plugin version 4.0.0.final from the marketplace.
Right now I’m unable to create a new project. When I try, I get the following message:
Could not resolve archetype com.vaadin:vaadin-archetype-application:8.0.5 from any of the configured repositories.
Could not resolve artifact com.vaadin:vaadin-archetype-application:pom:8.0.5
Failure to transfer com.vaadin:vaadin-archetype-application:pom:8.0.5
from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced.
Original error: Could not transfer artifact com.vaadin:vaadin-archetype-application:pom:8.0.5 from/to central (https://repo.maven.apache.org/maven2): Connection refused: connect
Failure to transfer com.vaadin:vaadin-archetype-application:pom:8.0.5 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.vaadin:vaadin-archetype-application:pom:8.0.5 from/to central (https://repo.maven.apache.org/maven2):
Connection refused: connect
I am behind a proxy. Eclipse itself works fine with that because the proxy is properly configured in eclipse. So It seems that the Vaadin plugin does not use the eclipse settings to connect to the internet. Is this the case? And if yes, what is the workaround?
Thanks in advance,
Emmanuel