【发布时间】:2020-10-15 21:07:21
【问题描述】:
我在使用 mvn 编译 maven 项目时遇到以下错误,即使 exec-maven.plugin-1.4.pom 文件在工件上可用:
Downloading : https://domain.abc/public/org/code/exec-maven.plugin/1.4/exec-maven.plugin-1.4.pom
[ERROR]Invalid packaging for parent pom org.code.exec-maven.plugin:1.4 must be pom but is "maven-plugin @"
[ERROR]Invalid packaging for parent pom org.code.exec-maven.plugin:1.4 must be pom but is "maven-plugin @"
[FATAL] The parent from cycle :om org.code.exec-maven.plugin:1.4 -> om org.code.exec-maven.plugin:1.4
【问题讨论】:
标签: java maven dependencies artifactory mvn-repo