관리 메뉴

제뉴어리의 모든것

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:09

IDE : 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이 잘 되었다..