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:
- generated OSGi specific manifest instructions like 'Bundle-SymbolicName', 'Export-Package'.
- generated AEM specific manifest instructions like 'Sling-Model-Packages'.
- performed additional component stability checks within 'packageDeploy' or separately using 'instanceAwait'.
Default convention: '${project.group}.${project.name}'.
Use empty string to disable automatic determining of that package and going further OSGi components checks.