First line: & lt; project xmlns=” http://maven.apache.org/POM/4.0.0 ” xmlns:xsi=” http://www.w3.org/2001/XMLSchema-instance ” xsi:schemaLocation=” http://maven.apache.org/POM/4.0.0 http://maven.apache.org/m…
The content of the error report is http://maven.apache.org/POM/4.0.0
The error message probably means that Maven wants to try to download Maven surefire plugin, but can’t download it
Solution:
first determine whether your computer can connect to the network
If you can connect to the network, execute the following command under the path of Maven’s local library:
for /r %i in (*.lastUpdated) do del %i
Finally, try to refresh the Maven project to see if it can succeed
Similar Posts:
- Maven Error: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:3.0.0-M1 [How to Solve]
- [Solved] Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central
- Maven: idea cannot download the source code Issue [How to Solve]
- Maven [error] no longer supports source option 5. Please use version 7 or later
- [Solved] Missing artifact com. oracle:ojdbc6 : jar:11.2.0.1.0 Problem solving ojdbc package pom.xml error
- New Maven project — pom.xml error [How to Solve]
- [Solved] maven 3.5.0 combined with eclipse suggests solutions to lambda expressions are allowed only at source level 1.8 or above errors
- Maven no main manifest attribute when generate jar for project
- Solve the error in Maven project packaging: error injecting constructor
- Springboot 2.4 package error, missing web.xml