Will React module works on aem 6.5.0 with archtype 26 | Adobe Higher Education
Skip to main content
Level 6
May 30, 2022
Besvarat

Will React module works on aem 6.5.0 with archtype 26

  • May 30, 2022
  • 1 svar
  • 679 visningar

Hi, 

I have a doubt will react module works on aem 6.5.0 with archtype 26,

I created project with this cmnd

mvn -B archetype:generate
-D archetypeGroupId=com.adobe.aem
-D archetypeArtifactId=aem-project-archetype
-D archetypeVersion=26
-D appTitle="WKND SPA React"
-D appId="wknd-spa-react"
-D artifactId="aem-guides-wknd-spa.react"
-D groupId="com.adobe.aem.guides.wkndspa.react"
-D frontendModule="react"
-D aemVersion="6.5.0"

 

 

Det här ämnet har stängts för svar.
Bästa svar av SantoshSai

Hi @vani1012 

wknd-spa-react works with AEM 6.5.0 with archetype 26. Please refer below

1. Building project with the command 

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="WKND SPA React" -D appId="wknd-spa-react" -D artifactId="aem-guides-wknd-spa.react" -D groupId="com.adobe.aem.guides.wkndspa.react" -D frontendModule="react" -D aemVersion="6.5.0"



2. Deploying project on AEM 6.5.0


3. Visiting page 

 

Specifications
AEM Version: 6.5.0
Java Version: 11.0.14.1
Maven Version: 
3.8.3

Regards,
Santosh

1 svar

SantoshSai
Community Advisor
Community Advisor
May 30, 2022

Hi @vani1012 

wknd-spa-react works with AEM 6.5.0 with archetype 26. Please refer below

1. Building project with the command 

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="WKND SPA React" -D appId="wknd-spa-react" -D artifactId="aem-guides-wknd-spa.react" -D groupId="com.adobe.aem.guides.wkndspa.react" -D frontendModule="react" -D aemVersion="6.5.0"



2. Deploying project on AEM 6.5.0


3. Visiting page 

 

Specifications
AEM Version: 6.5.0
Java Version: 11.0.14.1
Maven Version: 
3.8.3

Regards,
Santosh

Santosh Sai
March 14, 2024

Got this error when i try to build using mvn clean install
command:

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="WKND SPA React" -D appId="wknd-spa-react" -D artifactId="aem-guides-wknd-spa.react" -D groupId="com.adobe.aem.guides.wkndspa.react" -D frontendModule="react" -D aemVersion="6.5.0"