Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- grep
- bash
- Windows 10
- port
- IntelliJ
- ssh
- 단축키
- import
- tomcat
- Source
- Mac
- netsh
- context
- find
- xargs
- Eclipse
- lsof
- plugin
- VirtualBox
- profile
- Quartz
- 네트워크
- Windows
- resource
- maVen
- JavaScript
- vscode
- GIT
- 줄바꿈 문자
- web.xml
Archives
- Today
- Total
develog
[maven] pom.xml 디펜던시에 있는 모든 jar 파일 다운로드 받기 본문
# 아래 명령을 실행하면
mvn dependency:copy-dependencies
# 아래 경로에 jar 파일을 다운로드 받는다
target/dependency
# 다른 경로에 다운로드 받으려면 -DoutputDirectory 를 사용한다
mvn dependency:copy-dependencies -DoutputDirectory=/proj-jar
Comments