I am converting open source project written using GWT 2.5.0 to maven, it is located in https://github.com/vitalidze/traccar-web It is working fine from command line and IntelliJ idea, which suits me well, but project author uses eclipse since it has special plugin along with UI designer, etc. (main project repo is https://github.com/tananaev/traccar-web).
So, I can't get it running in eclipse, no success at all. I can import it as maven project, then it is compiled well, putting javascript, png and html cache files under 'target/traccar-web-2.7-SNAPSHOT' folder. However, then it clears these files each time I run web application (issue in GWT Maven - webapp files getting deleted when running in dev mode).
My version of eclipse is 4.3 with latest google plugin for eclipse and m2e for maven integration (installed them on sunday 20th April).
Does anybody have any ideas how to get it working in eclipse? Maybe someone can point me where to look at. Any help is appreciated.
Best regards, Vitaly Litvak.