Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

maven-dependency-plugin

A collection of 1 post
build

Maven 프로젝트 의존성 파일들 패키징하기

보통, mvn package를 하면, 해당 프로젝트의 의존성 라이브러리들은 그대로 둔채 패키징을 합니다. 그런데, 배포 할 때는 maven을 사용하지 않는 분들을 위해서 이 프로젝트가 의존하고 있는 다른 라이브러리들도 같이 배포해주는 것이 좋을 겁니다. 그럴 때 유요한 플러그인은 바로 maven-dependency-plugin [http://maven.apache.org/plugins/maven-dependency-plugin/index.html] 입니다. maven-assembly-plugin [http://maven.
Oct 23, 2008 — 3 min read
Whiteship © 2022
Powered by Ghost