Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin xx on project xx: Compilation
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin xx on project xx: Compilation failure 找不到符号。 根本原因:maven编译的时候,没有找到依赖的java类。 解决:查找依赖jar包。之后,重新打依赖包,将本地仓库jar包删除,reimport一下,重新打包就OK了。 …