Skip to content

Instantly share code, notes, and snippets.

@aanchalsikka
Last active June 24, 2023 13:41
Show Gist options
  • Save aanchalsikka/102cc4dbc19017357021b4ea3562ce31 to your computer and use it in GitHub Desktop.
Save aanchalsikka/102cc4dbc19017357021b4ea3562ce31 to your computer and use it in GitHub Desktop.
<!-- Declare the embedded in the corressponding section -->
<!-- Netcentric ACL Tool -->
<embedded>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-package</artifactId>
<!-- classifier used for AEM as a Cloud Service instance -->
<classifier>cloud</classifier>
<type>content-package</type>
<target>/apps/techrevel-vendor-packages/application/install</target>
</embedded>
<embedded>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-oakindex-package</artifactId>
<type>zip</type>
<!-- classifier used for AEM as a Cloud Service instance -->
<classifier>cloud</classifier>
<target>/apps/techrevel-vendor-packages/application/install</target>
</embedded>
<dependency>
<groupId>com.techrevel</groupId>
<artifactId>techrevel.acl</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<!-- Declare the dependencies in the corressponding section -->
<!-- Netcentric ACL Tool -->
<dependency>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-package</artifactId>
<!-- classifier used for AEM as a Cloud Service instance -->
<classifier>cloud</classifier>
<type>content-package</type>
</dependency>
<!-- Oak Index for Netcentric ACL Tool -->
<dependency>
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
<artifactId>accesscontroltool-oakindex-package</artifactId>
<!-- classifier used for AEM as a Cloud Service instance -->
<classifier>cloud</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.techrevel</groupId>
<artifactId>techrevel.acl</artifactId>
<version>3.0.9</version>
<type>zip</type>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment