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