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
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.
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