본문 바로가기

Java

Maven 라이브러리 export 하기

이클립스에서 pom.xml에 정의한 라이브러리를 export하는 방법

Run As - Maven build..

Goals : dependency:copy-dependencies 입력

 

 

1. 프로젝트 우클릭 - Run As - Maven build..

 

2. Goals : dependency:copy-dependencies 입력

 

3. 해당 디렉토리 찾아가면 라이브러리들이 export 되어있다.

 

반응형