如何使用Maven創建新的Eclipse RCP項目(preferably m2eclipse)?如何使用Maven創建新的Eclipse RCP項目?
我讀到了Maven的插件,它有關於Eclipse的想法。 (Maven Eclipse Plugin)然後它看起來像我需要找到一些Maven Archetype來創建Eclipse RCP項目,但我不能。在這一點上,我懷疑我是否正確。
我只想在我的RCP應用程序開發中使用Maven依賴關係解決方案和其他功能。
P.S.我發現可以通過m2eclipse「啓用依賴管理」。 另一種選擇是製作2個項目:maven項目和Eclipse RCP項目,它將引用類路徑中的第一個項目。什麼是聰明的方式?
PPS還有選擇使用Eclipse依賴關係決議中提到here
轉換庫項目的 插件項目(右擊 - > 配置 - >轉換爲插件 項目)並將其添加到您的插件項目 (清單編輯器,Dependencies選項卡)的 依賴關係中。
舊文章構建Eclipse插件使用Maven 2 的http:// www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Maven2/index.html – 2010-10-27 07:33:06
有關http://stackoverflow.com/questions/11394475/eclipse-rcp-all-possibilities-to- define-dependencies – 2013-03-21 03:26:56