Netbeans Maven Failed to execute goal on project

后端 未结 5 2120
小蘑菇
小蘑菇 2020-12-19 10:04

I am working on a java project currently, my problem is a bit weird as yesterday my code was working fine then suddenly today when I try to build and test my code I get this

5条回答
  •  死守一世寂寞
    2020-12-19 10:25

    While the other responses give you workarounds by manually configuring the repository or a more recent version of Maven, the true source of the problem is that Netbeans (8.2) has became obsolete and is no more updated, you'd better migrate to Apache Netbeans (currently at version 11.3).

提交回复
热议问题