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

后端 未结 8 764
长情又很酷
长情又很酷 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:29

    I use m2eclipse and it fits well my needs. You specify your dependencies in the pom.xml and they are automatically taken into account in Eclipse's build path.

    Caveat: I cannot tell anything about RCP (never built anything for that platform).

    Best regards,

    Cyril

提交回复
热议问题