[jira] [Commented] (SLING-4913) Allow exclusion filters on vault package builder

2015-07-30 Thread Nicolas Peltier (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647362#comment-14647362
 ] 

Nicolas Peltier commented on SLING-4913:


thx [~mpetria], i confirm you {Code}/home/users|-.*/.tokens{Code} does the 
trick for aem users

 Allow exclusion filters on vault package builder
 

 Key: SLING-4913
 URL: https://issues.apache.org/jira/browse/SLING-4913
 Project: Sling
  Issue Type: Improvement
  Components: Distribution
Reporter: Marius Petria
Assignee: Marius Petria
 Fix For: Content Distribution Core 0.1.6


 Allow exclusion filters on vault package builder, for example to exclude all 
 .tokens nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4913) Allow exclusion filters on vault package builder

2015-07-29 Thread Marius Petria (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645764#comment-14645764
 ] 

Marius Petria commented on SLING-4913:
--

Committed revision 1693222.


VaultDistributionPackageBuilderFactory has a package.filters property. A filter 
is formed from a root and then a list of includes/excludes. The excludes start 
with - and the includes with +.

{noformat}
package.filters: [/content|-.*/excluded]
{noformat}

 Allow exclusion filters on vault package builder
 

 Key: SLING-4913
 URL: https://issues.apache.org/jira/browse/SLING-4913
 Project: Sling
  Issue Type: Improvement
  Components: Distribution
Reporter: Marius Petria
 Fix For: Content Distribution Core 0.1.6


 Allow exclusion filters on vault package builder, for example to exclude all 
 .tokens nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)