You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
640 B
Markdown
27 lines
640 B
Markdown
### intellij multi-project 설정 : mens-api의 profile local-ccn 인 경우
|
|
|
|
![](.\md_image\before-launch.png)
|
|
|
|
1. Edit configurations > 설정할 mens-api 모듈 선택
|
|
2. Modify options 클릭 > 하단의 'Before Launch' 항목의 'Add before launch task' 선택
|
|
3. Run maven goal 선택
|
|
|
|
![](.\md_image\maven-goals.png)
|
|
|
|
4. Working directoy > 멀티프로젝트의 해당 모듈 선택
|
|
5. Command line > 아래의 maven task 입력
|
|
|
|
```text
|
|
resources:resources -P local-ccn
|
|
```
|
|
|
|
6. OK 선택 저장
|
|
|
|
|
|
7. Modify options > Operating System 항목의 'Working directory' 선택
|
|
8. 아래의 내용 입력
|
|
|
|
```text
|
|
$MODULE_WORKING_DIR$
|
|
```
|