Maven 错误:插件描述符包含错误版本

发布于 2024-10-15 12:18:56 字数 314 浏览 7 评论 0原文

我正在尝试发布一个具有自定义插件依赖项的项目。 Maven 抛出一个错误说:

<块引用>

[INFO] [INFO] 内部错误 插件管理器获取插件 'com.xxx.xxx.tools:生成 xxx-config': 插件 'com.xxx.xxx.tools:生成-xxx-config:0.0.1' 有一个无效的描述符:[INFO] 1) 插件的描述符包含错误 版本:0.0.1-SNAPSHOT

任何帮助将不胜感激。

I'm trying to release a project with a custom plug-in dependency. And maven throws an error saying,

[INFO] [INFO] Internal error in the
plugin manager getting plugin
'com.xxx.xxx.tools:generate-xxx-config':
Plugin
'com.xxx.xxx.tools:generate-xxx-config:0.0.1'
has an invalid descriptor: [INFO] 1)
Plugin's descriptor contains the wrong
version: 0.0.1-SNAPSHOT

Any help will be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

毅然前行 2024-10-22 12:18:56

插件 jar 内有一个 plugin.xml 文件,其中包含插件版本。从 2.2 开始,Maven 验证文件中的值与 pom 和目录结构中的值是否匹配。

Inside plugin jar there is a plugin.xml file that contains the plugin version. From 2.2 Maven validates that value from file matches the one from pom and directory structure.

一个人的旅程 2024-10-22 12:18:56

好的。这就是我发现的。我使用的是 Maven 版本 2.2.1。我将其更改为 2.0.11 并且有效。

无法理解为什么它不适用于 2.2.1。

Ok. This is what I found. I was using maven version 2.2.1. I changed it to 2.0.11 and it worked.

Cannot fathom why it did not work with 2.2.1.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文