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
- xargs
- plugin
- lsof
- Mac
- import
- IntelliJ
- Quartz
- find
- JavaScript
- Eclipse
- netsh
- 줄바꿈 문자
- vscode
- 단축키
- VirtualBox
- grep
- resource
- bash
- Source
- 네트워크
- GIT
- port
- ssh
- Windows 10
- tomcat
- context
- maVen
- profile
- web.xml
- Windows
Archives
- Today
- Total
develog
[Maven] META-INF\MANIFEST.MF (지정된 경로를 찾을 수 없습니다) 본문
오류
\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' 체크 해제
'Dev > maven' 카테고리의 다른 글
[Maven] pom.xml encoding (0) | 2017.10.17 |
---|---|
[Maven] pom.xml, context root (0) | 2017.04.14 |
[Maven] pom.xml JDBC (0) | 2017.03.27 |
[Maven] pom.xml jdbc dependency (0) | 2017.03.27 |
dependency, oracle driver (0) | 2013.08.06 |
Comments