Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to disable packages under .snapshot

Avatar

Level 3

Hi All,

Whenever we are upload and deploy a package in aem6.3 using maven, the same package is creating under /etc/packages/ab/.snapshot folder.

we dont want to create a file under .snapshot,kindly let us know how to disable.

01.11.2018 13:26:53.260 *INFO* [qtp456340420-4092] org.apache.jackrabbit.vault.packaging.impl.ActivityLog abc-xyz:test-designs:2.0.412:CREATE

01.11.2018 13:26:53.261 *INFO* [qtp456340420-4092] org.apache.jackrabbit.vault.packaging.impl.ActivityLog abc-xyz:test-designs:2.0.412:UPLOAD

01.11.2018 13:26:54.081 *INFO* [qtp456340420-4092] com.day.crx.packaging.impl.SlingInstallerSupportImpl Sling installer node /system/sling/installer/jcr/pauseInstallation/14c1dbe6-5bc8-4a36-b7da-5d3131cf31fa/com.day.crx.packaging.impl.SlingInstallerSupportImpl/dc4a98ab-5818-4001-9374-0242cdfeda4f created.

01.11.2018 13:26:54.301 *INFO* [qtp456340420-4092] org.apache.jackrabbit.vault.packaging.impl.ActivityLog abc-xyz/.snapshot:test-designs:2.0.412:CREATE

01.11.2018 13:27:02.352 *INFO* [qtp456340420-4092] org.apache.jackrabbit.vault.packaging.impl.ActivityLog abc-xyz/.snapshot:test-designs:2.0.412:CREATE: SNAPSHOT

01.11.2018 13:27:04.656 *INFO* [sling-oak-observation-79] com.adobe.granite.ui.clientlibs.impl.LibraryCacheImpl Invalidating library /etc/designs/abc-xyz/clientlibs/abc/global

01.11.2018 13:27:04.662 *INFO* [qtp456340420-4092] org.apache.jackrabbit.vault.packaging.impl.ActivityLog abc-xyz:test-designs:2.0.412: INSTALL

Thanks,

Amarnath Polu

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

I don't think that this is possible using the package manager (both UI and HTTP interface). As far as I can see it's only available via the Java API of the package manager[1].

[1] Apache Jackrabbit FileVault 3.2.4 API , start with the JcrPackageManager, which is available as service inside AEM.

View solution in original post

2 Replies

Avatar

Level 10

I am not aware any way to do this. If there is - its not documented. Why do you want this behaviour modified?

Avatar

Correct answer by
Employee Advisor

Hi,

I don't think that this is possible using the package manager (both UI and HTTP interface). As far as I can see it's only available via the Java API of the package manager[1].

[1] Apache Jackrabbit FileVault 3.2.4 API , start with the JcrPackageManager, which is available as service inside AEM.