Skip to content

Commit f358f1a

Browse files
authored
Add license file to meta-inf (dnsjava#64)
Closes dnsjava#63
1 parent 0ae8fea commit f358f1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@
9191
!org.xbill.DNS*,!sun.*,*
9292
</Import-Package>
9393
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
94+
<Bundle-License>BSD-2-Clause;link="https://raw.githubusercontent.com/dnsjava/dnsjava/master/LICENSE"</Bundle-License>
9495
<_removeheaders>Bnd-*, Tool, Require-Capability</_removeheaders>
96+
<Include-Resource>
97+
{maven-resources},
98+
META-INF/LICENSE=LICENSE
99+
</Include-Resource>
95100
</instructions>
96101
</configuration>
97102
</plugin>

0 commit comments

Comments
 (0)