Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Guidance Required: Asset Share Commons Sample Content in AEMaaCS

Avatar

Level 1

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.

4 Replies

Avatar

Community Advisor

Hello @SubrahmanyamYe 

 

Please refer to the section "Update sample content" on New Project Guide | Asset Share Commons

 

Before you implement ASC, cross-check with Adobe once. We are informed that ASC would be discontinued after some time. They have suggested to use Content Hub Instead Content Hub Overview | Adobe Experience Manager

 

As per my understanding, there is no additional cost for Content Hub, but features are similar to ASC.

 

 

 


Aanchal Sikka

Avatar

Level 10

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>

When deploying to AEM as a Cloud Service, you can embed it as part of your repository packages.

Avatar

Level 1

Hi @giuseppebag,

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?

Avatar

Level 10

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