Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-916

Add licence information to atlassian-app-cloud-migration-listener

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Currently pom.xml for atlassian-app-cloud-migration-listener has no licence information in it, even though in the README.md file it has

      License
      Copyright (c) 2021 Atlassian and others. Apache 2.0 licensed, see LICENSE.txt file.

      and this links to LICENSE.txt.

      The pom.xml should be updated with

         <organization>
              <name>Atlassian</name>
              <url>https://atlassian.com/</url>
          </organization>
      
          <licenses>
              <license>
                  <name>Apache License, Version 2.0</name>
                  <url>http://www.apache.org/licenses/LICENSE-2.0</url>
                  <distribution>repo</distribution>
              </license>
          </licenses>
      

      to ensure the https://www.mojohaus.org/license-maven-plugin/ works correctly.

      Attachments

        Issue Links

          Activity

            People

              arosot Andre Rosot
              jrichards@atlassian.com James Richards
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: