| # a lot of bundle header are generated from pom elements by default: https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#default-bundle-headers |
| Bundle-Category: sling |
| # export all versioned packages except for conditional ones (https://github.com/bndtools/bnd/issues/3721#issuecomment-579026778) |
| -exportcontents: ${removeall;${packages;VERSIONED};${packages;CONDITIONAL}} |
| # see https://issues.apache.org/jira/browse/SLING-8980 |
| -snapshot: SNAPSHOT |
| # reproducible builds (https://github.com/bndtools/bnd/issues/3521) |
| -noextraheaders: true |
| # we cannot let bnd-maven-plugin generate it automatically, as Maven applies some inheritance logic which is incorrect for Sling (https://issues.apache.org/jira/browse/SLING-8537) |
| Bundle-DocURL: https://sling.apache.org |
| |
| Sling-Model-Packages: org.apache.sling.cms.core.models,org.apache.sling.cms.core.internal.models |