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.
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 :
If someone wants to contribute, don’t hesitate to clone the project : https://github.com/ghusta/mantis-maven-plugin.