Created
January 22, 2016 05:47
-
-
Save daemin-hwang/12b12204a23d776a46ab to your computer and use it in GitHub Desktop.
이클립스 메이븐 멀티모듈 import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
참조링크 : http://blog.naver.com/PostView.nhn?blogId=choigohot&logNo=40188252806 | |
parent-project | |
- child1 | |
- child2 | |
>>> SVN 이나 GIT 에서 다운 받았을때 로컬 세팅 시 순서 | |
* 이클립스 내에서 메이븐 멀티모듈을 구성할때 package explore에서 하위 모듈이 프로젝트 형태로 보이게 하려면 | |
* 하위 모듈내에 .project 파일을 생성해줘야 한다. | |
1. SVN으로 부터 다운 받는다 | |
2. 하위 프로젝트인 "child1" 폴더에서 오른쪽 마우스에서 Import...를 선택 | |
3. Select 창에서 General 폴더밑의 Existing Projects into Workspace 를 선택 후 Next 버튼클릭 | |
4. Select root directory 에서 Browse..버튼클릭후 multiModules 폴더 밑의 "child1" 폴더를 선택 하고 Finish 버튼 클릭 | |
5. 나머지 하위 프로젝트 폴더들도 1-4과정 동일하게 반복하여 설정 완료 한다. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment