native-platform project publishes a lot of jar files, however they do not mention which license is in place.
-
Please add Bundle-License: Apache-2.0 manifest entry (where Apache-2.0 is SPDX identifier, see https://osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-bundle-license )
Well, current pom.xml tags are quite obvious (even though you might want to replace <licence><name> with SPDX id of Apache-2.0), however adding explicit Bundle-License would simplify automatic analysis.
-
Please add LICENSE file to the produced jar files.
The suggested file locations is META-INF/LICENSE
-
You might want to mention the license in pom.xml via <license> tag, however it is not that required.
native-platform project publishes a lot of jar files, however they do not mention which license is in place.
Please add
Bundle-License: Apache-2.0manifest entry (whereApache-2.0is SPDX identifier, see https://osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-bundle-license )Well, current
pom.xmltags are quite obvious (even though you might want to replace<licence><name>with SPDX id ofApache-2.0), however adding explicitBundle-Licensewould simplify automatic analysis.Please add LICENSE file to the produced jar files.
The suggested file locations is
META-INF/LICENSEYou might want to mention the license in
pom.xmlvia<license>tag, however it is not that required.