合并 Hudson 中多个项目的 javadoc

发布于 2024-12-29 06:21:19 字数 347 浏览 3 评论 0原文

我在哈德逊工作了 x 个扩展项目。我说 X 是因为这个数字可能会随着时间的推移而变化,我希望避免为每个人创造一个工作岗位。

我已经安排了一份工作,并且能够为所有这些工作编译、测试、生成 javadoc 和 PMD 分析。 Hudson 能够合并所有内容,但我也想合并 javadocs。

基本上,项目结构如下:

ProjectAExtension
ProjectBExtension
.
.
.
ProjectNExtension
extension-build.xml

我使用文件夹名称中的扩展来迭代文件夹。关于如何将 javadoc 合并为一个的任何想法(项目之间没有链接)?

I have a Hudson job for an x number of extension projects. I say X because the number might vary over time and I would like to avoid creating one job for each.

I already set up a job and I'm able to compile, test, generate javadocs and PMD analysis for all of them. Hudson is able merge everything but I would like to merge javadocs as well.

Basically the project structure is as follows:

ProjectAExtension
ProjectBExtension
.
.
.
ProjectNExtension
extension-build.xml

I use the Extension within the folder name to iterate thru the folders. Any idea in how to merge the javadocs into one (there are no links between the projects)?

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

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

发布评论

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

评论(1

尐偏执 2025-01-05 06:21:19

到目前为止,最好的方法是将所有项目在 Maven 中设置为父子关系。 Maven 插件会处理剩下的事情。

The best way so far is having all the projects set up in Maven as a parent child relationship. The Maven plug-ins take care of the rest.

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