开发者

Integrate maven project to an eclipse plug-in project ( RCP application )

开发者 https://www.devze.com 2023-02-08 02:28 出处:网络
I have a backend that is a maven project, and i want to create a frontend RCP application that uses the maven project. how to add the maven project and all the dependencies to m开发者_开发技巧y rcp pl

I have a backend that is a maven project, and i want to create a frontend RCP application that uses the maven project. how to add the maven project and all the dependencies to m开发者_开发技巧y rcp plugin ?


Your Maven project as well as its dependencies should be converted to OSGI bundles before they can be used by your RCP application. If you wish to use Maven for building Eclipse RCP, have a look at Tycho.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号