1

在从 Github 同步后,我正在尝试构建 neo4j 源代码,但是在处理许可证时构建没有进一步进行,并抛出错误消息。

有没有想过为什么会这样?我尝试跳过许可证(-Dlicense.skip=true)并没有帮助我...

使用maven构建:

$ mvn clean install -Dlicense.skip=true

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.neo4j.build.plugins:licensing-maven-plugin:1.
7.5:check (list-all-licenses) on project neo4j-kernel: Generated file differs fr
om the existing file.
[ERROR] Generated: C:\Neo\build\neo4j\community\kernel\target\neo4j-kernel-1.9-S
NAPSHOT-NOTICE.txt
[ERROR] Existing: C:\Neo\build\neo4j\community\kernel\target\..\NOTICE.txt
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
4

0 回答 0