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

Manage Issue Management in project if defined, and if system = Mantis #5

Open
ghusta opened this issue Oct 18, 2012 · 0 comments
Open

Comments

@ghusta
Copy link
Owner

ghusta commented Oct 18, 2012

If Issue Management is defined in pom.xml, it should be taken into account.
If issueManagement is defined and system = Mantis and url is defined, it is possible to use the url in the goal.
The MavenProject must also be used.

Extract :

This defines the defect tracking system (Bugzilla, TestTrack, ClearQuest, etc) used. Although there is nothing stopping a plugin from using this information for something, its primarily used for generating project documentation.

<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                  http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <issueManagement>
    <system>Bugzilla</system>
    <url>http://127.0.0.1/bugzilla/</url>
  </issueManagement>
  ...
</project>

See also :
Example with Redmine : AbstractRedmineMojo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant