maven:the pom for XXX is missing, no dependency information available

maven:the pom for XXX is missing, no dependency information available

maven:the pom for XXX is missing, no dependency information available   1.方法一 新建的项目,maven库中可能还没有报错中提示模块的依赖,也就是被依赖模块还不存在。需要在被依赖的模块中执行 mvn install ...

Maven打包成jar时出了很多问题。Missing artifact?报错

    我在做的是一个游戏项目:暂时有两个工程,一个是gameCommon  放一些每个工程都会运用到的常量和服务器配置文件,没有引用到任何的jar包。 第二个是游戏主项目,引用了各种开猿jar包。我该如何编写pom文件才能使工程正常打出jar呢?  这是co...

项目管理工具Maven学习

7 课时 |
1627 人已学 |
免费
开发者课程背景图

maven Missing artifact

    新拉取了一个kubernetes项目, 项目到处报错Missing artifact. 之前偶发这种情况, nexus上有jar包, 但是拉取不下来. 之前一般是一两个包, 而且偶发, 一般直接从同事那儿拷过来. 没有引起重视, 没有这次因为新项目, 丢失jar包将近20...

linux中用eclipse 新建maven project,pom.xml中报Missing artifact jdk.tools:jdk.tools:jar:1.7

linux中用eclipse 新建maven project,pom.xml中报Missing artifact jdk.tools:jdk.tools:jar:1.7 解决方法:     在pom.xml中添加如下依赖:    ...

Maven错误Failed to read artifact descriptor for xxx:jar 和 missing artifact maven dependency

在MyEclipse中执行Maven的install命令时或者Maven项目中的pom.xml增加新的依赖时,报“Failed to read artifact descriptor for xxx:jar ”或者"missing artifact maven dependency"的错误。这可能是...

Maven项目报错:Missing artifact****和ArtifactDescriptorException: Failed to read artifact descriptor for***和Cannot change version of project facet Dynamic w

一.关于Cannot change version of project facet Dynamic web module to 2.5 具体查看博客:http://blog.csdn.net/steveguoshao/article/details/38414145 但是按照以上博文进行修改的时候...

【maven】maven创建web项目-pom文件提示web.xml is missing and is set to true

使用maven创建web项目,选择war类型后,pom文件红叉 提示web.xml is missing and <failOnMissingWebXml> is set to true 也有可能: 初始创建了本项目为web项目,然后虽然把web.xml文件放在了WEB_INF下,这两个...

基于Maven引入Hadoop包报Missing artifact jdk.tools:jdk.tools:jar:1.6

一、问题来源 <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <versi...

maven 加入json-lib.jar 报错 Missing artifact net.sf.json-lib:json-lib:jar:2.4:compile

pom.xml 内容: [html] view plain copy  <dependency>           <groupId>net.s...

【转】Eclipse maven工程 Missing artifact com.sun:tools:jar:1.6.0:system 解决方法

解决方案一:通过maven取运行时参数,eclipse提供的环境变量,基本类似System.getProperty("java.home") &lt;dependency&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

社区圈子

Java开发者
Java开发者
Java开发者成长课堂,课程资料学习,实战案例解析,Java工程师必备词汇等你来~
287387+人已加入
加入
相关镜像