We upgraded our content-package-maven-plugin version to 1.7.0 and noticed that the deployment was still failing on our servers: We found out that 2 more bundles were missing from the vault.bundleStatusWhitelistBundleNames, namely:
^org\.apache\.sling\.jcr\.webdav$
^org\.apache\.sling\.jcr\.davex$
They are specified in this documentation page: https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/security-checklist.html#DisableWebDAV
ok, we will check if it makes sense to add them to the list of defaults.
for the time being you can configure them manually in your pom/parent pom by overwriting the defaults.
https://wcm.io/tooling/maven/plugins/wcmio-content-package-maven-plugin/install-mojo.html
Yes, that's what we did now for our project. But we would appreciate if these bundles can be added to the default config, so that we can remove that configuration from our project again.
additional bundle expressions added in version 1.7.2 of content package maven plugin.
When will v1.7.2 be released? And also the accompanying global-parent?
today ...