Standalone JAR-file?

Hi guys,

I’m new to Vaadin and created a spring application via https://vaadin.com/start/latest. In my “normal” spring boot applications I always use the spring-boot-maven-plugin to create an executable JAR-file that has everything my app needs included. So I just have to execute the JAR to launch my application.

Is there a way to achieve the same with a Vaadin app?

It should be the same when using Spring Boot and Vaadin. Is the packaging in the pom.xml maybe set to WAR instead of JAR?

Oh, I forgot to add the “repackage” goal… Sorry, I’m new to Vaadin and still playing around :slight_smile:
But I have to say that I find it very nice so far; it makes things so easy!!!

Anyway, thank you for your help!