Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (35 loc) · 3.13 KB

README.md

File metadata and controls

44 lines (35 loc) · 3.13 KB

mantis-maven-plugin

Build Status

General information

A Maven plugin for Mantis integration.
Based on the Mantis SOAP API (Web Service).
Live test of the web service on the MantisBT site : Test it (WSDL).

Goals

  1. mantis:add-project-version - Create a project's version.
    See method : mc_project_version_add
  2. mantis:display-project-versions - Displays the versions of a project.
    See method : mc_project_get_versions
  3. mantis:display-version - Displays the version of Mantis server.
    See method : mc_version

Help

  1. Maven Plugin Development :

  2. Maven & GitHub :

  3. Eclipse & GitHub :