Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-314

Add Gitlab issue template

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • None
    • None
    • other issue-trackers
    • 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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            pvilaca.blip Pedro Vilaca
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: