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.
vaadin 7.6.0. beta1
The beta 1 in your maven repos appears to be missing 'vaadin-maven-plugin'.
I've updated my pom to 7.6.0.beta1 and all of the jars download successfully except for the 'vaadin-maven-plugin'.
Hi,
Did you add the vaadin-prereleases as a plugin repository? At least for me it seems to be there and I've used it in several test projects.
//Teemu
I've got the following repo in my pom:
<repository>
<id>vaadin-prereleases</id>
<name>Vaadin Pre-releases</name>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
At the very bottom of the release page is the following content:
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<name>Vaadin Pre-releases</name>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
</pluginRepositories>
This is the definition of the repository where the plugins are searched for.
HTH
//Teemu