简体   繁体   English

除了Doxia和docbkx-maven-plugin,Maven中是否还有其他支持DocBook的选项

[英]Are there other options for DocBook support in Maven besides Doxia and docbkx-maven-plugin

I'm looking for possibilities for generating documentation using DocBook as part of my Maven build process. 我正在寻找使用DocBook生成文档的可能性,这是我的Maven构建过程的一部分。 What I'm finding is everyone is suggesting docbkx-maven-plugin over Doxia. 我发现每个人都建议在Doxia上使用docbkx-maven-plugin The problem is that it seems docbkx is no longer maintained or at least they've moved and left no forwarding address for where to look at the source code. 问题在于,似乎docbkx不再得到维护,或者至少它们已经移动并且没有留出任何转发地址以查看源代码。 According to the plugin's website the repository is on googlecode.com which of course hasn't existed for many years now. 根据该插件的网站,该存储库位于googlecode.com上,它当然已经存在多年了。 The last update I found of the plugin was back in 2016. This leads me to believe that the plugin is no longer maintained. 我发现该插件的最新更新是在2016年。这使我相信该插件不再维护。 Does anyone have any news to the contrary, or a different option for generating DocBook output during a maven build? 有没有人有相反的消息,或者在maven构建期间生成DocBook输出的其他选项?

The source is available here: https://github.com/mimil/docbkx-tools 来源可在这里找到: https//github.com/mimil/docbkx-tools

It does look like the project is no longer maintained, having seen no commits since 2015. 自2015年以来未见任何提交,看来该项目已不再维护。

You don't actually need the plugin. 您实际上不需要插件。 If you have a working DocBook toolchain, you can use Maven to invoke it. 如果您有可用的DocBook工具链,则可以使用Maven调用它。 The plugin could make certain aspects easier, but it also adds a limitation in that it only supports HTML output. 该插件可以使某些方面更加容易,但是它也增加了一个限制,即它仅支持HTML输出。

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

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