We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae8fea commit f358f1aCopy full SHA for f358f1a
pom.xml
@@ -91,7 +91,12 @@
91
!org.xbill.DNS*,!sun.*,*
92
</Import-Package>
93
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
94
+ <Bundle-License>BSD-2-Clause;link="https://raw.githubusercontent.com/dnsjava/dnsjava/master/LICENSE"</Bundle-License>
95
<_removeheaders>Bnd-*, Tool, Require-Capability</_removeheaders>
96
+ <Include-Resource>
97
+ {maven-resources},
98
+ META-INF/LICENSE=LICENSE
99
+ </Include-Resource>
100
</instructions>
101
</configuration>
102
</plugin>
0 commit comments