用eclipse2021配置maven ssm项目出现maven install错误。

请教一下eclipse2021 maven配置好后maven install出现错误怎么解决!

img

这一行的错误信息发出来。

img

pom.xml里面添加

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