有时候导入maven工程会报空指针异常: An internal error occurred during: “Updating Maven Project”. java.lang.NullPointerException 在stackoverflow查找的答案:I solved mine by deleting the .settings folder and .project file in the project and then reimporting the project. 意思就…