Maven error in eclipse (pom.xml) : Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4

前端 未结 8 1792
广开言路
广开言路 2021-02-01 04:53

I wanna make web project using the Maven to import automatically all libraries that I need, so I chose \"maven-archetype-webpp\"

after that I got this error

8条回答
  •  广开言路
    2021-02-01 05:15

    If you are using Eclipse Neon, try this:

    1) Add the maven plugin in the properties section of the POM:

    
        1.8
        3.1.1
    
    

    2) Force update of project snapshot by right clicking on Project

    Maven -> Update Project -> Select your Project -> Tick on the 'Force Update of Snapshots/Releases' option -> OK

提交回复
热议问题