Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to add asset share commons to the existing maven project

Avatar

Level 8

Hi All,

 

I created a project YP-POC site using this command 

mvn -B archetype:generate -D archetypeGroupId="com.adobe.aem" -D archetypeArtifactId="aem-project-archetype" -D archetypeVersion=26 -D appTitle=" YP POC Site" -D appId="YP-POC" -D groupId="com.yppocsite" -D aemVersion="6.5.0"

I deployed this project I got YP-POC website in site console.

 

 

Please suggest me how to add asset share commons(1.9.4) to this existing project. Do we have such possibility to add? If yes please share articles.

 

Thanks,

Vani.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Vani1012,

It is possible to add Asset Share Commons 1.9.4 to existing project generated from Adobe AEM archetype using command from your post. All steps are described under https://opensource.adobe.com/asset-share-commons/pages/development/1-x/guide/

I was able to successfully setup new AEM project with Asset Share Commons 1.9.4, base on above article.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Vani1012,

It is possible to add Asset Share Commons 1.9.4 to existing project generated from Adobe AEM archetype using command from your post. All steps are described under https://opensource.adobe.com/asset-share-commons/pages/development/1-x/guide/

I was able to successfully setup new AEM project with Asset Share Commons 1.9.4, base on above article.