사용자 도구

사이트 도구


eclipse:maven

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
eclipse:maven [2012/05/02 11:30]
kwon37xi
eclipse:maven [2012/06/25 11:44]
kwon37xi [Maven Eclipse Plugin]
줄 1: 줄 1:
 ====== Maven Eclipse Plugin ====== ====== Maven Eclipse Plugin ======
   * http://maven.apache.org/plugins/maven-eclipse-plugin/   * http://maven.apache.org/plugins/maven-eclipse-plugin/
 +  * [[http://geekdani.wordpress.com/2012/06/24/maven-assembly/|Maven Assembly]]
  
 ===== Tips ===== ===== Tips =====
-  * WTP 프로젝트에서 **Deployment Assembly**가 제대로 설정이 안될경우 wtpversion=2.04으로 명시한다.<code sh>+  * WTP 프로젝트에서 **Deployment Assembly**가 제대로 설정이 안될경우 wtpversion=2.0으로 명시한다. 이상한 점은, pom.xml의 Eclipse Plugin 설정에 wtpversion을 명시하는 것은 작동하지 않는다는 점이다.<code sh>
 mvn eclipse:eclipse -Dwtpversion=2.0 mvn eclipse:eclipse -Dwtpversion=2.0
 </code> </code>
 +  * 모듈화된 프로젝트에서 linkedResource설정시 부모 프로젝트의 경로 사용하기. **PARENT-1-PROJECT_LOC/모듈경로/...**<code xml> 
 +<linkedResource> 
 +    <name>링크경로</name> 
 +    <type>2</type> 
 +    <location>PARENT-1-PROJECT_LOC/모듈/...</location> 
 +</linkedResource> 
 +</code>
eclipse/maven.txt · 마지막으로 수정됨: 2012/06/25 11:44 저자 kwon37xi