Skip to content

Commit 074118d

Browse files
author
Matt
committed
adding licence and github distribution
1 parent ef166e3 commit 074118d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

‎pom.xml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
</developer>
1919
</developers>
2020

21+
<licenses>
22+
<license>
23+
<name>BSD 2-Clause License</name>
24+
<url>https://opensource.org/licenses/BSD-2-Clause</url>
25+
<distribution>repo</distribution>
26+
</license>
27+
</licenses>
28+
2129
<build>
2230
<plugins>
2331
<plugin>
@@ -148,4 +156,12 @@
148156
</dependency>
149157
</dependencies>
150158

159+
<distributionManagement>
160+
<repository>
161+
<id>github</id>
162+
<name>GitHub Packages</name>
163+
<url>https://maven.pkg.github.com/makbn/java_leaflet</url>
164+
</repository>
165+
</distributionManagement>
166+
151167
</project>

0 commit comments

Comments
 (0)