반응형

[오류내용]

Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources failed

 

[해결방법]

아래 라이브러리를 pom.xml 에 추가 후 Maven > Update project ( Force Update of Snapshots/Releases 체크 )

<dependency>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <version>3.2.0</version>
</dependency>

 

반응형

+ Recent posts