WKND tutorial
- May 30, 2024
- 4 reacties
- 1116 Bekeken
D:\code\aem-guides-wknd>java -version
java version "11.0.23" 2024-04-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.23+7-LTS-222)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.23+7-LTS-222, mixed mode)
D:\code\aem-guides-wknd>mvn -v
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: D:\apache-maven-3.9.6
Java version: 11.0.23, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11
Default locale: en_IN, platform encoding: Cp1252
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate "-D archetypeGroupId=com.adobe.aem" "-D archetypeArtifactId=aem-project-archetype" "-D archetypeVersion=48" "-D appTitle=WKND Sites Project" "-D appId=wknd" "-D groupId=com.adobe.aem.guides" "-D artifactId=aem-guides-wknd" "-D package=com.adobe.aem.guides.wknd" "-D version=0.0.1-SNAPSHOT" "-D aemVersion=6.5.0"
mvn clean install -PautoInstallSinglePackage -Pclassic
WKND en page is appearing blank.
Is there anything I am doing wrong here?? java version 11 is compatible too