How to integrate maven generated vaadin project into eclipse vaadin plugin?
Posted
by float_dublin
on Stack Overflow
See other posts from Stack Overflow
or by float_dublin
Published on 2010-04-10T23:14:49Z
Indexed on
2010/04/10
23:23 UTC
Read the original article
Hit count: 217
Eclipse Vaadin plugin has cool autobuild feature. Just clicking "restart application" in debug console will bring up to date application version to live.
Unfortunately importing maven generated vaadin project(using m2e) and copy-pasting .project buildCommands and natures from vaadin eclipse plugin generated project does not works.
I'm unnable to "Run on server...", tomcat does not deploy app for unknown reason. I can see app in wtpapps folder but it still does not deploys.
© Stack Overflow or respective owner