Expand my Community achievements bar.

AEM Maven Archetype 24 loaded with CIF | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

AEM Maven Archetype 24 loaded with CIF by AEM Queries & Solutions

Abstract

Hello AEM Techies,
Some good news for the developers using CIF in AEM. Adobe has recently released the maven archetype 24 which solves your problem of installing CIF core components over your project archetype. Let’s understand what we have got in the new archetype 24 with respect to CIF.

It includes the latest CIF Core Components and everything else we need to kickstart our Commerce-enabled AEM on-prem and AEMaaCS projects. For reference you can refer the sample project created by adobe at Venia storefront.

Maven archetype command:

mvn -B archetype:generate \
-D archetypeGroupId=com.adobe.aem \
-D archetypeArtifactId=aem-project-archetype \
-D archetypeVersion=24 \
-D aemVersion=cloud \
-D appTitle="My Company" \
-D appId="mycompany" \
-D groupId="com.mycompany" \
-D frontendModule=general \
-D includeExamples=n \
-D includeCommerce=y
Note that the archetypeArtifactId is now updated to com.adobe.aem from com.adobe.granite.archetypes. And you have to select the inculeCommerce option as y to generate the CIF enable aem project.

In this archetype it provides you an option to generate the project for AEMaaCs or AEM on prem using aemVersion.

So once your project gets generated then you just need to build and deploy and start using the commerce API as all the CIF enabled core components gets deployed along with this archetype.




Using AEM Archetype 24 with AEMaaCS:

We need to follow below steps to get our Commerce console on AEMaaCs as currently it doesn’t come as part of SDK:
1. Download the CIF addon from Adobe Software Distribution portal.
2. You will get a zip file which contains the CIF add-on as Sling Feature archive.
NOTE: Access to the SDK and Addons is limited to those with AEMaaCs license.
3. Unpack your AEM SDK jar
java -jar  -unpack
4. Create a install folder inside crx-quickstart.
5.Copy the Sling Feature archive file (.far) in install folder based on the author/publish mode.
6. Set the local OS environment variable with following command.
set COMMERCE_ENDPOINT=https://demo.magentosite.cloud/graphql

Read Full Blog

AEM Maven Archetype 24 loaded with CIF

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies