Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
None
-
None
-
None
Description
(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>