NetBeans: Re-run Maven with the -e switch on / PluginResolutionException

后端 未结 4 1489
灰色年华
灰色年华 2021-01-18 11:56

i have no clue about Maven and Netbeans, i updated my netbeans and now my test is not working anymore:

Plugin org.apache.maven.plugins:maven-resources-plugin         


        
4条回答
  •  萌比男神i
    2021-01-18 12:36

    most likely you have a mirror or proxy defined in one of the maven's settings.xml files (eg. in ~/.m2/settings.xml) and the definition is wrong? like pointing to a wrong server?

提交回复
热议问题