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 and the maven-release-plugin
I want to know if anyone has used the vaadin-maven-plugin along with the maven-release-plugin? The main issue I think I'm having is that when the maven-release-plugin is building my project, the vaadin-maven-plugin doesn't seem to be compiling anything so I get a lot of stuff missing from my WAR. Any thoughts?
Does your widgetset get compiled on basic mvn clean install ? The you are probably missing the declaration that brings the widgetset compilation to be a part of basic build. Create a project stub with the vaadin-archetype-application and steal the execution configuration form that.
cheers,
matti