Skip to content

Instantly share code, notes, and snippets.

@aanchalsikka
Last active May 5, 2020 20:46
Embed
What would you like to do?
<!-- Add accesscontroltool-oakindex-package configuration to embedded section of filevault-package-maven-plugin-->
<embedded>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-oakindex-package</artifactId>
<type>zip</type>
<target>/apps/techrevel-vendor-packages/application/install</target>
</embedded>
<!-- Add accesscontroltool-package configuration to subPackage section of filevault-package-maven-plugin-->
<subPackage>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-package</artifactId>
<filter>true</filter>
</subPackage>
<!-- Declare the dependencies in the corressponding section -->
<!-- Netcentric ACL Tool -->
<dependency>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-package</artifactId>
<type>content-package</type>
</dependency>
<!-- Oak Index for netcentric ACL Tool -->
<dependency>
<artifactId>accesscontroltool-oakindex-package</artifactId>
<type>zip</type>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment