Expand my Community achievements bar.

SOLVED

AEM 6.3 SP2 + Maven Archetype 14 Project

Avatar

Level 1

I am using AEM 6.3 with SP2 installed. I created a maven project of archetype 14. When I install that project using mvn -PautoInstallPackage install, the "We.Retail - Corecom.adobe.cq.sample.we.retail.core"   goes into installed state saying there is an Unresolved dependency : com.adobe.cq.wcm.core.components.models.form.

When checked using : http://localhost:4502/system/console/depfinder , it showed "Adobe Experience Manager Core WCM Components Core Bundlecom.adobe.cq.core.wcm.components.core"  as the dependency. However, this bundle is active. Please help me resolve this issue.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Veena_07​ As per Git doc's it should be OK with 14 - 6.3 + SP2,

Dear Gayat,

Can you please try to install appropriate(latest version of Core components) on your local instance?

Regards,

Peter

View solution in original post

7 Replies

Avatar

Community Advisor

Hi gayatrid80077890

AEM 6.3 is compatible only with archetype 11 or 12. Archetype 13 and 14 might work well with only AEM 6.4 . Please create a project with maven archetype 12 or 11 and it should work fine

Thanks

Veena

Avatar

Correct answer by
Community Advisor

Veena_07​ As per Git doc's it should be OK with 14 - 6.3 + SP2,

Dear Gayat,

Can you please try to install appropriate(latest version of Core components) on your local instance?

Regards,

Peter

Avatar

Community Advisor

Oh.. My bad I will also try this in my local.

Avatar

Level 1

I have the latest version installed (Adobe Experience Manager Core WCM Components Core Bundle 2.1.0). I uploaded it once again just to be sure.

Avatar

Level 10

As Veena suggests - you have AEM 6.3 - use the correct Maven Archetype - which for AEM 6.3 - is 12 or 11.

Avatar

Community Advisor

Scott, Puzanovs has pointed out that it should work as per documentation.

Avatar

Level 10

Peter is correct - docs state that AEM 6.3 + SP2 is compatible. Try installing the Core Components first before installing a Maven 14 project.