Menu

Enable Dynamic Media in AEM Image component

Edit the page template > open the image policy by clicking on policy setting button.

Dynamic media component feature enable

In Properties check the "Enable DM features" to allow dynamic media feature with image component. 

Enable Dynamic media feature in Image component



AEM cloud service SDK instance version

How we could find the AEM SDK version of an instance?

While runnign the AEM cloud service, where we cant access the restcted paths, there is a way to get the information of a SDK version. 

AEM start > help > About Adobe Experience Manager

A pop-up will open and it will give you detail of your instance. Below is the screenshot.




Artifacts could not be resolved | AEM Maven Build Issue

AEM build Error:

Executing command mvn --batch-mode org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean -Dmaven.clean.failOnError=false

12:08:48,748 [main] [INFO] Scanning for projects...

12:08:50,531 [main] [ERROR] [ERROR] Some problems were encountered while processing the POMs:

[FATAL] Non-resolvable parent POM for com.adobe.aem.guides:aem-guides-wknd.dispatcher.cloud:3.2.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.aem.guides:aem-guides-wknd:pom:3.2.1-SNAPSHOT (absent): Could not find artifact com.adobe.aem.guides:aem-guides-wknd:pom:3.2.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 7, column 11

[FATAL] Non-resolvable parent POM for com.adobe.aem.guides:aem-guides-wknd.ui.tests:3.2.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.aem.guides:aem-guides-wknd:pom:3.2.1-SNAPSHOT (absent): Could not find artifact com.adobe.aem.guides:aem-guides-wknd:pom:3.2.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 13

Resolution:

Version specified in POM.xml files are not identical, some of your POM file have different version specified. Cross check all POM files and use the same version in all POM.xml file.