Vaadin 8 releases
On this page you can find zip and jar packages for Vaadin 8 releases.
Vaadin
Using archetypes with pre-releases
You can generate a test project using the standard Vaadin archetypes. However, you need to make sure you have the pre-releases repositories properly configured for the generated project.
To generate a project using 8.14.0.beta1 use :
After running the above command, the generated project pom.xml includes pre-release Maven repository and plugin repository configurations. They can be activated using build profile:
See 'Using pre-releases with Maven' section for details.
Using pre-releases with Maven
Vaadin pre-releases are located in separate Maven repository. You need to add the following repository specification into either in in settings.xml or in pom.xml
Using pre-releases with Ivy
Vaadin pre-releases are located in separate Maven repository. You need to update repository specification into either in ivysettings.xml or in ivy.xml. After this the pre-release version numbers work the normal way in your project.
Pre-Releases
Vaadin 8
Vaadin 7
Vaadin 8 releases
On this page you can find zip and jar packages for Vaadin 8 releases.