일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Source
- xargs
- port
- IntelliJ
- context
- import
- netsh
- 네트워크
- VirtualBox
- Eclipse
- maVen
- resource
- plugin
- Quartz
- lsof
- grep
- 줄바꿈 문자
- vscode
- bash
- Windows 10
- GIT
- tomcat
- JavaScript
- 단축키
- profile
- Mac
- Windows
- find
- ssh
- web.xml
- Today
- Total
목록Dev/maven (6)
develog
오류 \target\m2e-wtp\web-resources\META-INF\MANIFEST.MF (지정된 경로를 찾을 수 없습니다) 해결 Preferences > Maven > Java EE Integration > WAR Project preferences 'Maven Archiver generates files under the build directory' 체크 해제 또는 project properties > Maven > Java EE Integration - 'Enable Project Specific Settings' 체크 - 'Maven Archiver generates file under the build directory' 체크 해제
pom.xml ... UTF-8 ...
pom.xml/aa/bb/cc
pom.xmlcom.oracleojdbc1410.2.0.4.0system${basedir}/src/main/webapp/WEB-INF/lib/ojdbc14.jar com.microsoft.sqlserversqljdbc44.0system${basedir}/src/main/webapp/WEB-INF/lib/sqljdbc-4.0.jar mysqlmysql-connector-java5.1.41system${basedir}/src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.41.jar
jar 파일 위치 (eclipse project) pom.xmlcom.oracleojdbc1410.2.0.4.0system${basedir}/src/main/webapp/WEB-INF/lib/ojdbc14.jar