Failed to read artifact descriptor for xxx.pom 的问题是
xxx.pom文件不完全。
当install带有parent的jar时,如果没有把parent一并install,也会出现这个错误提示;
还有的解释,xxx.pom 没有下载完全。
解决的方法:去本地仓库,xxx.pom文件的位置,删掉xxx.pom ,再重新install一次。
您还没有登录,请您登录后再发表评论
Missing artifact com.oracle:ojdbc6:jar:11.2.0.1.0问题解决 ojdbc包pom.xml出错 <!-- oracle数据库驱动 --> <groupId>com.oracle</groupId> <artifactId>ojdbc6 <version>11.2.0.1.0 1.首先确定你...
自定义一个插件,继承AbstractMojo,实现execute方法,引入该自定义插件,执行mvn install,报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor (default -...
mvn install单独jar到仓库使用方法举例
mvn install:install-file -DgroupId=org.csource -DartifactId=fastdfs-client-java -Dversion=1.29-SNAPSHOT -Dpackaging=jar -Dfile=fastdfs-client-java-1.29-SNAPSHOT.jar pom.xml 文件中写入: <groupId>...
标题 "test-mvn clean install -Dmaven.test.skip=true dependency:sources" 指的是一个常见的Maven命令,用于构建Java项目。这个命令包含了几个关键的Maven生命周期阶段和选项,下面会详细解释。 首先,`mvn clean...
下载之后再maven的bin目录下使用mvn命令:mvn install:install-file -Dfile=F:\apache-maven-3.5.3\mylib\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309...
依赖 <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core <version>2.2.0-SNAPSHOT </dependency>
mvn install:install-file -DgroupId=io.confluent -DartifactId=kafka-schema-registry-client -Dversion=6.2.2 -Dfile=/root/kafka-schema-registry-client-6.2.2.jar -Dpackaging=jar 官网下载地址 packages....
spring-petclinic-master运行mvn install报错:Failed to execute goal io.spring.javaformat:spring-javaformat-maven-plugin:0.0.19:validate (default) on project spring-petclinic: Formatting violations ...
一、在本地安装部分 jar 包 由于在 maven中心库中未找到jetty-server-8.1.8.jar 与 cos-26Dec2008.jar, 需要先使用如下命令将这两个 jar 包安装在本地 maven 库中 ...二、后续将会对 pom.xml 再做调整
如果上述步骤无法解决问题,可能是因为Maven的本地仓库出现问题或者网络连接不稳定导致依赖下载失败。此时,可以尝试清理本地仓库(默认路径为用户的`.m2`目录下的`repository`子目录),然后再次更新项目。 此外,...
保存pom.xml后,运行`mvn clean install`命令来清理并构建项目。如果一切顺利,Maven会从本地仓库找到并解析这些依赖,项目就能正常编译和运行。 4. **注意**: - 确保Maven环境已正确配置,并且`~/.m2/...
Java将word文档转换成pdf所...mvn install:install-file -Dfile=D:\aspose-words-15.8.0-jdk16.jar -DgroupId=com.aspose.words -DartifactId=aspose-words-jdk16 -Dversion=15.8.0 -Dpackaging=jar 2.pom中引入依赖
mvn install:install-file -Dfile=xxx\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309-JS-3 -Dpackaging=jar 命令解释: mvn install:install-file:安装...
相关推荐
Missing artifact com.oracle:ojdbc6:jar:11.2.0.1.0问题解决 ojdbc包pom.xml出错 <!-- oracle数据库驱动 --> <groupId>com.oracle</groupId> <artifactId>ojdbc6 <version>11.2.0.1.0 1.首先确定你...
自定义一个插件,继承AbstractMojo,实现execute方法,引入该自定义插件,执行mvn install,报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor (default -...
mvn install单独jar到仓库使用方法举例
mvn install:install-file -DgroupId=org.csource -DartifactId=fastdfs-client-java -Dversion=1.29-SNAPSHOT -Dpackaging=jar -Dfile=fastdfs-client-java-1.29-SNAPSHOT.jar pom.xml 文件中写入: <groupId>...
标题 "test-mvn clean install -Dmaven.test.skip=true dependency:sources" 指的是一个常见的Maven命令,用于构建Java项目。这个命令包含了几个关键的Maven生命周期阶段和选项,下面会详细解释。 首先,`mvn clean...
下载之后再maven的bin目录下使用mvn命令:mvn install:install-file -Dfile=F:\apache-maven-3.5.3\mylib\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309...
依赖 <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core <version>2.2.0-SNAPSHOT </dependency>
mvn install:install-file -DgroupId=io.confluent -DartifactId=kafka-schema-registry-client -Dversion=6.2.2 -Dfile=/root/kafka-schema-registry-client-6.2.2.jar -Dpackaging=jar 官网下载地址 packages....
spring-petclinic-master运行mvn install报错:Failed to execute goal io.spring.javaformat:spring-javaformat-maven-plugin:0.0.19:validate (default) on project spring-petclinic: Formatting violations ...
一、在本地安装部分 jar 包 由于在 maven中心库中未找到jetty-server-8.1.8.jar 与 cos-26Dec2008.jar, 需要先使用如下命令将这两个 jar 包安装在本地 maven 库中 ...二、后续将会对 pom.xml 再做调整
如果上述步骤无法解决问题,可能是因为Maven的本地仓库出现问题或者网络连接不稳定导致依赖下载失败。此时,可以尝试清理本地仓库(默认路径为用户的`.m2`目录下的`repository`子目录),然后再次更新项目。 此外,...
下载之后再maven的bin目录下使用mvn命令:mvn install:install-file -Dfile=F:\apache-maven-3.5.3\mylib\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309...
保存pom.xml后,运行`mvn clean install`命令来清理并构建项目。如果一切顺利,Maven会从本地仓库找到并解析这些依赖,项目就能正常编译和运行。 4. **注意**: - 确保Maven环境已正确配置,并且`~/.m2/...
Java将word文档转换成pdf所...mvn install:install-file -Dfile=D:\aspose-words-15.8.0-jdk16.jar -DgroupId=com.aspose.words -DartifactId=aspose-words-jdk16 -Dversion=15.8.0 -Dpackaging=jar 2.pom中引入依赖
mvn install:install-file -Dfile=xxx\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309-JS-3 -Dpackaging=jar 命令解释: mvn install:install-file:安装...