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"
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
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"
Views
Replies
Total Likes