Failure to find org.apache.maven.plugins:maven-resources-plugin:jar:3.8.1 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository,
resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced

D:\localRepository\org\apache\maven\plugins\maven-compiler-plugin

D:\localRepository\org\apache\maven\plugins\maven-compiler-plugin\3.8.1

===

- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
还有错误的时候,就只能把eclipse的项目配置删除重新导入就可以了。
- 删除导入eclipse生成的两个文件,重新导入
- .classpath
- .project



因为我这个eclipse工具项目很多,也有肯能经常启动引发的。这个错误有时候很奇怪的
类似错误: