简体   繁体   English

启动板抱怨缺少maven-site-plugin,但我根本不使用它

[英]launchpad complains about missing maven-site-plugin but I do not use it at all

I am a Java and Maven newbie. 我是Java和Maven新手。 There, I said it :-) 在那里,我说了:-)

I am also responsible for an open source Java/maven project called LibrePlan. 我还负责一个名为LibrePlan的开源Java / maven项目。

When building ubuntu packages all works fine and I get deb's. 当构建ubuntu软件包时,一切正常,我得到了deb。 When building Ubuntu packages on Launchpad only the build for Trusty works. 在Launchpad上构建Ubuntu软件包时,仅Trusty的构建有效。 All others fail and the build process complains about a missing maven-site-plugin. 其他所有失败,并且构建过程抱怨缺少maven-site-plugin。

Why? 为什么? I do not use that plugin at all anywhere in any of the pom files. 我不会在任何pom文件中的任何地方使用该插件。

The log for one of the failed builds is here: 一个失败的构建的日志在这里:

https://launchpadlibrarian.net/205758137/buildlog_ubuntu-precise-amd64.libreplan_1.4.1-9.precise_BUILDING.txt.gz https://launchpadlibrarian.net/205758137/buildlog_ubuntu-precise-amd64.libreplan_1.4.1-9.precise_BUILDING.txt.gz

Can somebody please give me a hint where I should look into? 有人可以给我提示我应该去哪里看看吗? I increased verbosity, added the option to display the dependency tree, but I still can not see why this is going wrong. 我增加了详细程度,添加了显示依赖关系树的选项,但是我仍然看不到为什么会出错。

It could be something incredably simple, but the question remains; 这可能非常简单,但是问题仍然存在。 what? 什么?

Any and all help is greatly appreciated. 任何帮助都将不胜感激。

由于启动板构建服务器没有与Internet的连接,因此除非使用本地存储库将工件与源代码一起上传,否则无法解析依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM