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’.
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:
vaadin-prereleases Vaadin Pre-releases https://maven.vaadin.com/vaadin-prereleasesAt the very bottom of the release page is the following content:
vaadin-prereleases Vaadin Pre-releases https://maven.vaadin.com/vaadin-prereleasesThis is the definition of the repository where the plugins are searched for.
HTH
//Teemu