随笔分类 -  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 *** 阅读全文
posted @ 2022-01-05 17:33 钟灵.毓秀 阅读(7967) 评论(2) 推荐(0) 编辑
摘要:mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号. 需要clean后重新install项目可以解决该问题 阅读全文
posted @ 2014-07-02 14:11 钟灵.毓秀 阅读(4241) 评论(0) 推荐(0) 编辑
摘要: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包错误,删除重下载即可解决 阅读全文
posted @ 2014-07-02 11:31 钟灵.毓秀 阅读(17466) 评论(0) 推荐(1) 编辑
摘要: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。 阅读全文
posted @ 2014-06-27 15:43 钟灵.毓秀 阅读(1360) 评论(0) 推荐(0) 编辑
摘要:MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。 解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK! 阅读全文
posted @ 2014-06-24 10:17 钟灵.毓秀 阅读(75363) 评论(4) 推荐(1) 编辑