gpt4 book ai didi

maven - 无法解决 maven 依赖

转载 作者:行者123 更新时间:2023-12-05 06:45:10 26 4
gpt4 key购买 nike

我编写了一个自定义插件并将其部署到公司内部存储库。我有另一个使用插件的项目(这里是 pom.xml 片段):

<build>
<plugins>
<plugin>
<groupId>com.mycompany.mypackage</groupId>
<artifactId>json-schema-generator-main</artifactId>
<version>1.0.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>json-schema-generator-main</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

我成功地将我的自定义插件部署到我们的内部仓库和本地仓库。但是,如果我从本地存储库中删除它,当我在依赖项目中运行“mvn clean install”时,我会得到以下输出:

[ERROR] Plugin com.mycompan.mypackage:json-schema-generator-main:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact com.mycompany.mypackage:json-schema-generator-main:jar:1.0.0-SNAPSHOT -> 

是什么导致了这种行为?我很乐意提供更多信息,例如我的自定义插件的详细信息,它使用大量反射和类路径黑客来生成 Json Schema 文本文件,或者它是 pom.xml,但我不确定什么是相关的无需将其变成文字墙。据我所知,它已正确部署在存储库中,并且仅当您从本地存储库中删除自定义插件时才会出现此问题。

最佳答案

在评论中回答:

I had a versioning issue in my deployment to the internal repository. The files were not being properly named and therefore obviously could not be found. I apologize. – Jesse Aug 14 '14 at 19:12

关于maven - 无法解决 maven 依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25315507/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com