Building project form multiple subprojects in Eclipse

偶尔善良 提交于 2019-12-13 04:01:46

问题


I have one project that I have modularized using Google Guice. But now when I build subproject I have many steps:

1) Update subproject version number.
2) Pacakage subproject. 
3) Update local repository with subproject new version.
4) Update main project pom.xml with subproject newest version number.
5) Update main project dependencies.
6) Run main project as web appliaction, to test changes in subproject.

Is it possible to cut down some of these steps to make my development faster? I'm using local repository and installing subproject jars manually to local repository.


回答1:


Take a look at m2eclipse plugin, it should help a lot in your situation.



来源:https://stackoverflow.com/questions/7789547/building-project-form-multiple-subprojects-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!