【解决】maven install出现fatal error compiling
maven install 错误 提示fatal error compiling,可以考虑设置 maven-compiler-plugin ,在 pom.xml 中加入下面:<build> <plugins> <plugin> <groupId>org.apache.maven.plugins&