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 |
Tags
- import
- 줄바꿈 문자
- lsof
- resource
- 단축키
- JavaScript
- maVen
- Mac
- Windows 10
- Eclipse
- find
- IntelliJ
- ssh
- port
- Quartz
- plugin
- tomcat
- profile
- vscode
- Source
- GIT
- 네트워크
- grep
- context
- bash
- xargs
- netsh
- VirtualBox
- Windows
- 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