简体   繁体   English

Mantis整合到Maven中

[英]Mantis integration into Maven

Apart from the maven-changes-plugin , does it exist a Maven plugin for Mantis integration ? 除了maven-changes-plugin之外 ,它是否存在Mantis集成的Maven插件?
The idea would be to connect to the Mantis SOAP API to provide more interaction with MantisBT. 我们的想法是连接到Mantis SOAP API以提供与MantisBT的更多交互。
For example you could : 例如,您可以:

  • create an issue 创造一个问题
  • create a project 创建一个项目
  • create a version of a project 创建项目的版本
  • etc. 等等

A Java API already exist to provide a client web service with Mantis : biz.futureware.mantis:mantis-axis-soap-client . 已存在Java API以提供具有Mantis的客户端Web服务: biz.futureware.mantis:mantis-axis-soap-client

Other ways which provide Mantis Integration . 提供Mantis Integration的其他方式。

I eventually started to develop a plugin, named mantis-maven-plugin , hosted on GitHub. 我最终开始开发一个名为mantis-maven-plugin的插件 ,在GitHub上托管。

This plugin connects Maven to the Mantis SOAP API. 此插件将Maven连接到Mantis SOAP API。
Up to now, this plugin enables to : 到目前为止,这个插件可以:

  1. add-project-version : Create a project's version add-project-version :创建项目的版本
  2. display-project-versions : Displays the versions of a project display-project-versions :显示项目的版本
  3. display-version : Displays the version of Mantis server display-version :显示Mantis服务器的版本

If someone wants to contribute, don't hesitate to clone the project : https://github.com/ghusta/mantis-maven-plugin . 如果有人想要贡献,请不要犹豫克隆项目: https//github.com/ghusta/mantis-maven-plugin

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

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