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
- ssh
- Windows
- resource
- port
- IntelliJ
- Eclipse
- GIT
- Quartz
- find
- xargs
- JavaScript
- vscode
- profile
- context
- 줄바꿈 문자
- bash
- 네트워크
- netsh
- VirtualBox
- lsof
- plugin
- grep
- 단축키
- Source
- import
- tomcat
- web.xml
- maVen
- Mac
- Windows 10
Archives
- Today
- Total
목록maVen (2)
develog
[maven] pom.xml 디펜던시에 있는 모든 jar 파일 다운로드 받기
# 아래 명령을 실행하면 mvn dependency:copy-dependencies # 아래 경로에 jar 파일을 다운로드 받는다 target/dependency # 다른 경로에 다운로드 받으려면 -DoutputDirectory 를 사용한다 mvn dependency:copy-dependencies -DoutputDirectory=/proj-jar
카테고리 없음
2022. 9. 13. 10:39
eclipse 에서 maven 프로젝트 생성
Eclipse Java EE IDE for Web DevelopersVersion: Kepler Release-------------------------------------- ▶ Dynamic Web Project 생성- Source folders 수정- src 삭제- src/main/java 추가- src/main/resources 추가- src/test/java 추가- src/test/resources 추가- Default output folder 변경 : target/classes ▶ Maven Project 로 변경- 프로젝트 선택 - 마우스 우클릭 - Configure - Convert to Maven Project ▶ pom.xml 수정- WebContent 삭제 ▶ Project Prop..
IDE/eclipse
2013. 8. 13. 14:58