Is it currently possible to build Eclipse Plugins by Maven AND have nice IDE Integration?

后端 未结 8 752
长情又很酷
长情又很酷 2020-12-24 14:48

I\'m currently evaluating maven to improve our build process. The building and creating of normal jar files works so far, although I\'m not entirely happy with the Maven IDE

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 15:51

    Are you dead set on using maven to build your RCP apps? I ask this because, from my experience using maven to build anything more than trivial RCP apps can be quite a pain. When I started working on RCP applications I initially investigated using maven as a build solution, but found out that the support for eclipse builds within maven was very basic at the time. Also, some co-workers of mine are using maven for another RCP based project in our company, and while the support for eclipse has gotten better, they had to jump through some hoops to get it to work to their liking. So, my opinion is that for now, stick to using the ant based pde build for your RCP applications.

提交回复
热议问题