aem-plugin / com.cognifide.gradle.aem.bundle.tasks / BundleCompose / javaPackage

javaPackage

var javaPackage: String?

Determines package in which OSGi bundle being built contains its classes. Basing on that value, there will be:

Default convention: '${project.group}.${project.name}'.

Use empty string to disable automatic determining of that package and going further OSGi components checks.