Question

Apart from the maven-changes-plugin, does it exist a Maven plugin for Mantis integration ?
The idea would be to connect to the Mantis SOAP API to provide more interaction with 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.

Other ways which provide Mantis Integration.

Was it helpful?

Solution

I eventually started to develop a plugin, named mantis-maven-plugin, hosted on GitHub.

This plugin connects Maven to the Mantis SOAP API.
Up to now, this plugin enables to :

  1. add-project-version : Create a project's version
  2. display-project-versions : Displays the versions of a project
  3. display-version : Displays the version of Mantis server

If someone wants to contribute, don't hesitate to clone the project : https://github.com/ghusta/mantis-maven-plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top