随笔分类 - Maven
摘要:[ERROR] Failed to execute goal on project **: Could not resolve dependencies for project ***: The following artifacts could not be resolved: com.gridnt:project-mqtt-api:jar:dev-9-SNAPSHOT:
Could not find artifact com.gridnt:project-mqtt-api:jar:dev-9-SNAPSHOT in ***
阅读全文
摘要:mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号.
需要clean后重新install项目可以解决该问题
阅读全文
摘要:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in opening zip file
该问题多为jar包错误,删除重下载即可解决
阅读全文
摘要:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] C:\Program Files\Java\jre7\..\lib\tools.jar
解决方案:修改jre路径,使用jdk下的jre。
阅读全文
摘要:MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。
解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK!
阅读全文