Maven构建与许可相关的故障

时间:2013-05-06 12:05:06

标签: java maven build neo4j

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

有人想过为什么会这样吗?我试过跳过许可证(-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]

0 个答案:

没有答案