gpt4 book ai didi

java - Maven 在 maven-remote-resources-plugin : Error finding remote resources manifests 上失败

转载 作者:行者123 更新时间:2023-12-02 01:28:02 25 4
gpt4 key购买 nike

当尝试构建混合 Java/Scala 项目(自定义 NiFi 处理器,使用 org.apache.nifi:nifi-processor-bundle-archetype 项目)时,构建 ( mvn cleancompile) 在早期阶段失败:

[ERROR] Failed to execute goal org.apache.maven.plugins: \
maven-remote-resources-plugin:1.5:process (process-resource-bundles) \
on project nifi-example-processors: Error finding remote resources manifests: \
/home/user/code/example/nifi-example-processors/ \
target/maven-shared-archive-resources/META-INF/NOTICE \
(No such file or directory) -> [Help 1]

相同的构建可以在另一台机器(Ubuntu 18)上运行,但不能在这台 Centos 6 机器上运行。这里有什么问题吗?

最佳答案

该错误消息具有误导性。

问题是无法创建target子目录。奇怪的是,Maven 并没有给出关于此的错误,而是在该子目录中缺少一个预期文件时给出错误。

在将项目从一台计算机/网络复制到另一台计算机/网络的过程中,项目内的顶级目录(nifi-example-processors 等)丢失了写入权限。

要解决此问题,只需向这些目录添加写入权限 (chmod -R u+w)(并检查其所有权是否符合预期!)。

关于java - Maven 在 maven-remote-resources-plugin : Error finding remote resources manifests 上失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56559010/

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