You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/11 12:16:41 UTC

[sling-org-apache-sling-karaf-configs] branch master updated: SLING-10370 Add configuration for Vault Packaging

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git


The following commit(s) were added to refs/heads/master by this push:
     new 47bc1a5  SLING-10370 Add configuration for Vault Packaging
47bc1a5 is described below

commit 47bc1a53940f83ff64ca0db4334c0c5acbfe45a1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 11 13:32:28 2021 +0200

    SLING-10370 Add configuration for Vault Packaging
---
 ....apache.jackrabbit.vault.packaging.impl.PackagingImpl.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.json b/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.json
new file mode 100644
index 0000000..1e35153
--- /dev/null
+++ b/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.json
@@ -0,0 +1,11 @@
+{
+  "authIdsForRootInstallation": [
+    "sling-installer-factory-packages"
+  ],
+  "packageRoots": [
+    "/etc/packages"
+  ],
+  "authIdsForHookExecution": [
+    "sling-installer-factory-packages"
+  ]
+}