Skip to content

Missing License information #20

@liturner

Description

@liturner

Hi,

Thanks for the great project! Could I talk you into adding the License to your POM? I guess looking at your existing LICENSE file (and https://spdx.org/licenses/) something like the following should do the trick.

<project>
  ...
  <licenses>
    <license>
      <name>BSD 2-Clause "Simplified" License</name>
      <url>https://opensource.org/licenses/BSD-2-Clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  ...
</project>

This would give Maven (specifically the "license-maven-plugin") the information needed to automatically document the licenses more completely, and would probably help many people in commercial project to be able to track (and carry out) their license obligations much more easily.

Again, thanks for the great project!

Kind Regards,
Luke

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions