Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
addons Repository
I have a newly created vaadin Project in Eclipse with Maven. I added viritin to the pom.xml and get this failure:
[ERROR] Failed to execute goal on project myapplication: Could not resolve dependencies for project com.example:myapplication:war:1.0-SNAPSHOT: Failed to collect dependencies at org.vaadin:viritin:jar:1.57: Failed to read artifact descriptor for org.vaadin:viritin:jar:1.57: Could not transfer artifact org.vaadin:viritin:pom:1.57 from/to vaadin-addons (http://maven.vaadin.com/vaadin-addons): Connection refused: connect -> [Help 1]
[ERROR]
Solved! I dont know why, but until now I need proxy settings in mavens settings.xml file.
I've had issues with a nexus proxy and the addons-repository, too. Haven't looked into it yet but it could be something related...