Hello Team,
We are in the process of integrating Asset Share Commons into our project to enable external users to access DAM assets.
I have referred to the following documentation and added the required dependencies for Asset Share Commons into our project:
Getting Started with Asset Share Commons
However, we are not able to see the sample content in AEM as a Cloud Service (AEMaaCS). Could anyone please guide us on how to enable or deploy the sample content in AEMaaCS, or share a step-by-step process/documentation for the same?
Thank you in advance for your support.
Solved! Go to Solution.
Views
Replies
Total Likes
hi @SubrahmanyamYe,
If you still need to use the ASC sample content, regardless of @aanchal-sikka 's suggestion, you can use the following Maven project.
<!-- https://mvnrepository.com/artifact/com.adobe.aem.commons/assetshare.ui.content.sample -->
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.ui.content.sample</artifactId>
<version>3.11.4</version>
</dependency>
hi @SubrahmanyamYe,
If you still need to use the ASC sample content, regardless of @aanchal-sikka 's suggestion, you can use the following Maven project.
<!-- https://mvnrepository.com/artifact/com.adobe.aem.commons/assetshare.ui.content.sample -->
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.ui.content.sample</artifactId>
<version>3.11.4</version>
</dependency>
Hi @giuseppebaglio,
When I try to include the above dependency in all/pom.xml, I'm getting the error below.
Missing artifact com.adobe.aem.commons:assetshare.ui.content.sample:zip:clound:3.11.4
Could you please give me the details steps to inlude above dependency?
This article will guide you through the process of setting up the Adobe Maven Repository.
https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-17454
Views
Likes
Replies