Excluding non-replicated pages while creating a package | Community
Skip to main content
Singaiah_Chintalapudi
New Participant
September 14, 2016
Solved

Excluding non-replicated pages while creating a package

  • September 14, 2016
  • 2 replies
  • 1060 views

I want to create a content package and exclude non-replicated pages. Is there any expression to add as a rule in AEM?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Hi,

I don't think that the standard package manager can cope with that requirement. If you are really interested in that you can easily write code to create such a package definition. The good start point is [1].

Jörg

[1] https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/org/apache/jackrabbit/vault/packaging/JcrPackageManager.html

2 replies

joerghoh
joerghohAccepted solution
Employee
September 14, 2016

Hi,

I don't think that the standard package manager can cope with that requirement. If you are really interested in that you can easily write code to create such a package definition. The good start point is [1].

Jörg

[1] https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/org/apache/jackrabbit/vault/packaging/JcrPackageManager.html