You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Pedro Vilaca (JIRA)" <ji...@codehaus.org> on 2013/07/15 18:03:05 UTC

[jira] (MCHANGES-314) Add Gitlab issue template

Pedro Vilaca created MCHANGES-314:
-------------------------------------

             Summary: Add Gitlab issue template
                 Key: MCHANGES-314
                 URL: https://jira.codehaus.org/browse/MCHANGES-314
             Project: Maven 2.x Changes Plugin
          Issue Type: New Feature
          Components: other issue-trackers
            Reporter: Pedro Vilaca


(Description adapted from MCHANGES-234)

There are an issue tracker on Gitlab and the configuration is pretty much the same as Github. Issue management section can be configure as following:
<issueManagement>
<system>Gitlab</system>
<url>https://private.gitlab.com/group/repo/issues/</url>
</issueManagement>
NOTE: Ending slash is mandatory.

Changes plugin configuration will look like this:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplatePerSystem>
<Gitlab>%URL%/%ISSUE%</Gitlab>
</issueLinkTemplatePerSystem>
</configuration>
</plugin>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira