除了maven-changes-plugin之外,是否存在用于 Mantis 集成的 Maven 插件?
想法是连接到Mantis SOAP API以提供与 MantisBT 的更多交互。
例如,您可以:
- 创建一个问题
- 创建一个项目
- 创建项目的版本
- 等等
已经存在一个 Java API 来为 Mantis 提供客户端 Web 服务:biz.futureware.mantis:mantis-axis-soap-client。
提供Mantis 集成的其他方式。
除了maven-changes-plugin之外,是否存在用于 Mantis 集成的 Maven 插件?
想法是连接到Mantis SOAP API以提供与 MantisBT 的更多交互。
例如,您可以:
已经存在一个 Java API 来为 Mantis 提供客户端 Web 服务:biz.futureware.mantis:mantis-axis-soap-client。
提供Mantis 集成的其他方式。
我最终开始开发一个名为mantis-maven-plugin 的插件,托管在 GitHub 上。
这个插件将 Maven 连接到 Mantis SOAP API。
到目前为止,该插件能够:
如果有人想贡献,请不要犹豫克隆项目:https ://github.com/ghusta/mantis-maven-plugin 。