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

XMLWordPrintable

      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.

              Assignee:
              Andre Rosot
              Reporter:
              James Richards
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: