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.
migrating Vaadin project to maven vadin project
Hi,
I have developed a project using Vaadin in eclipse (using Ivy as dependency manager) and exporting as war file. Now I have realized that it would be better to have it as a maven project so I could use easly automatic builds etc.
Is there a way I could do it? The onlytutorials I can see concerns starting Vaadin maven project from the begining?
Thanks
Julian
Hi,
I would suggest just creating a new Maven project from the beginning and adding your existing sources to the new project. If you have external dependencies, add them to the new pom.xml. This might seem like extra work, but it's a safer bet than trying to convert an existing project and running into weird problems.
Hope this helps,
Olli