maven-Maven 报错 Non-resolvable parent POM

问题描述

Maven 报错 Non-resolvable parent POM

Failure to find com.test.dacp:dacp-parent:pom:1.0.0.RELEASE in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]

当前的pom.xml里面已经加了relativePath勒。dacp-parent-1.0.0.RELEASE.pom 也在com/test/dacp/dacp-parent里有了。为什么还是报的这个错呢??求解释。。

com.test.dacp
dacp-parent
../dacp-parent
1.0.0.RELEASE


补充下当前项目的路径和parent 的路径。看是否有帮助

当前的路径:F:testdacp-me-etlpom.xml

parent的路径:F:testapache-maven-3.2.5deploymentrepositorycomtestdacpdacp-parent1.0.0.RELEASE

解决方案

执行maven clearn,再执行maven update

时间: 2024-11-03 08:14:42

maven-Maven 报错 Non-resolvable parent POM的相关文章

pom文件中引用org.apache.maven.plugins报错

问题描述 pom文件中引用org.apache.maven.plugins报错 错误:Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (execution: default-testCompile phase: test-compile) 解决方案 maven pom 报错 Failed to execut

maven-MyEclipse8.5 中 Maven项目报错

问题描述 MyEclipse8.5 中 Maven项目报错 这可怎么办 解决方案 更新maven失败.你看一下,http://maven.oschina.net你能连接上不.是不是你们公司网络限制了.还有就是这个链接是否正确,是否存在. 解决方案二: 公司网络没有限制,链接正确可访问 解决方案三: 配置有问题, http://jingyan.baidu.com/article/4f7d5712aa9c631a201927ea.htmlmyeclipse下maven的配置安装 解决方案四: 试试:

myeclipse maven项目报错问题

问题描述 myeclipse maven项目报错问题 ArtifactDescriptorException: Failed to read artifact descriptor for avalon-framework:avalon-framework-api:jar:4.1.5-dev: ArtifactResolutionException: Failure to transfer avalon-framework:avalon-framework-api:pom:4.1.5-dev f

spring mvc-Spring mvc工程maven编译,报错。

问题描述 Spring mvc工程maven编译,报错. Failed to load class "org.slf4j.impl.StaticLoggerBinder 这是我的Pom.xml文件配置 <!-- log4j --> log4j log4j 1.2.8 <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId>

maven启动报错,无法开启服务

问题描述 maven启动报错,无法开启服务 [ERROR] Failed to execute goal org.mortbay.jetty:maven-jetty-plugin:6.1.10:run (default-cli) on project parent: Webapp source directory F:workspacecat-mastersrcmainwebapp does not exist -> [Help 1] [ERROR] [ERROR] To see the ful

编码-在控制台上maven打包报错。

问题描述 在控制台上maven打包报错. 楼主刚看徐晓斌的<maven实战>,正在控制台上鼓捣maven呢,mvn clean compile,mvn clean test也成功,然后mvn clean package打包也成功,但是由于打出来的Jar包没有指定main方法的位置,我就按照书上的案例,加入maven-shade-plugin插件,在pom.xml加入这话话,一直打包都是错误的. pom.xml文件配置如下: <?xml version="1.0" en

maven myeclipse-新建Maven项目报错,提示连接不上中央存储库

问题描述 新建Maven项目报错,提示连接不上中央存储库 CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:

mybatis-spring+myBatis+maven登录报错

问题描述 spring+myBatis+maven登录报错 大家好,小弟不才,万般无耐,特此求助.自己搭了一个框架,以前是普通的Web工程,可以正常启动,登录.手贱,将之转成了Maven工程,折腾了许久,终于正常启动了,窃以为万事大吉.谁知工程有不测bug.每次我在登录页面输入用户名和密码之后,提交,报错.报错信息片段如下:afterThrowingorg.mybatis.spring.MyBatisSystemException: nested exception is org.apache.

myeclipse-新建maven项目报错,求大神帮帮我

问题描述 新建maven项目报错,求大神帮帮我 我用的是myeclipse2015 ,apache-maven-3.3.9,每当新建maven项目时报 错, An internal error occurred during: "Retrieving archetypes:". GC overhead limit exceeded, 一直报这个错误,无法创建,怎么才能解决,百度上的试了都不行,来个大神帮帮我 解决方案 把Eclipse的堆内存调大一点:http://jingyan.ba

初步接触maven,新建个项目后,run as-&amp;amp;gt;maven clean报错

问题描述 初步接触maven,新建个项目后,run as->maven clean报错 错误: 找不到或无法加载主类 $M2_HOME 但我环境变量都已经设置过M2_HOME,为什么会有这个错误 如果我在cmd环境下,运行是没有错误的 解决方案 IDE的maven环境没设置 解决方案二: eclipse-->run as --> maven test 中文乱码Maven clean报错---------------------- 解决方案三: 但我eclipse里面已经配置了额,而且还和