开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜