How to deploy rep:policy files via maven?

前端 未结 4 1082
误落风尘
误落风尘 2021-02-14 13:22

I\'ve added some extra ACLs to /home/groups and /home/users by adding _rep_policy.xml files for each, but can\'t seem to get them to deploy. I added the following lines to my va

4条回答
  •  情歌与酒
    2021-02-14 13:43

    so this is answered properly once and for all... update you pom build plugin "com.day.jcr.vault":

    
        com.day.jcr.vault
        content-package-maven-plugin
        0.0.24
        true
        
            true
            ${crx.username}
            ${crx.password}
            
                merge_preserve
            
        
    
    

    acHandling options: - ignore - overwrite - merge - merge_preserve - clear

提交回复
热议问题