일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 2 > /dev/null
- 테스트메소드
- AuthenticationEntryPoint
- 적용우선순위
- WeNews
- 예약
- 외부키
- ubuntu
- appspec.yml
- ㅔㄴ션
- querydsl
- 네이티브쿼리
- foreignkey
- Query
- 메세지수정
- 서브쿼리
- 참조키
- 테스트
- EC2
- 추후정리
- application.yml
- docker명령어
- 검색
- 커밋메세지수정
- subquery
- 포트
- 메소드명
- 컨테이너실행
- appspec
- MySQL
Archives
- Today
- Total
제뉴어리의 모든것
maven compile시 에러 : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project mymall: Input length = 1 -> [Help 1] 본문
BugNote
maven compile시 에러 : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project mymall: Input length = 1 -> [Help 1]
제뉴어리맨 2021. 2. 22. 17:09IDE : Intellij Ultimate 20.3
Build Tool : Maven 2.4.2
프로젝트를 compile 하려는데 잘만 되던게 갑자기 되지를 않았다..
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project mymall: Input length = 1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Process finished with exit code 1
이런 에러만 뜨는것이다..
원인은.. 바로 application.properties에 있는 아래의 주석 때문...
#application-oauth.properties 로딩 주석의 내용중에 한글이 있기 때문이다...
"로딩" 이란 내용을 아예 삭제하니까 compile이 잘 되었다..
'BugNote' 카테고리의 다른 글
프로젝트 수정 후 build -> build project를 무조건 믿지 말것.. (0) | 2021.02.23 |
---|---|
ERR_TOO_MANY_REDIRECTS (1) | 2021.02.23 |
@Builder 로 객체 생성할때 에러 (0) | 2021.02.15 |
순수 JPA로 Join시 유의 사항 (0) | 2021.02.11 |
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or (0) | 2021.01.30 |