Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test

前端 未结 14 2000
夕颜
夕颜 2020-11-29 16:35

I have scoured the internet for almost five days now looking for a fix to this issue, but I cannot seem to find and fix it on my own, mainly because I am so new to both Mave

14条回答
  •  暖寄归人
    2020-11-29 17:11

    Update the Maven project:

    Steps:

    1. Right-click on "project"
    2. Go to "Maven" >> "Update"
    3. Wait for all the changes to be applied
    4. Commit the changes (if code is on repo)
    5. Run

提交回复
热议问题