Skip to content

Commit

Permalink
Include license in POM
Browse files Browse the repository at this point in the history
The license should be specified also in POM. This enables Maven Central Repository to correctly state license and also is important for using for example org.codehaus.mojo:license-maven-plugin to check ones own project using the jackson-databind-nullable dependency.
ZwoCa authored Dec 6, 2021

Verified

This commit was signed with the committer’s verified signature.
jordemort Jordan Webb
1 parent 1869ded commit 3b9ec72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -25,6 +25,13 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<!-- Generate PackageVersion.java into this directory. -->

0 comments on commit 3b9ec72

Please sign in to comment.