Let's start with our journey of Adobe Experience Manager project development.
I am using AEM 6.3, Java 1.8 and Maven 3.2.
Follow below steps and try to replicate the same at your end. Let know of any issues if you face in the comment section.
Best of luck with your start to AEM learning, hope this helps.
I am using AEM 6.3, Java 1.8 and Maven 3.2.
Follow below steps and try to replicate the same at your end. Let know of any issues if you face in the comment section.
- Go to your project path and validate the commands mvn -v and java -version are pointing to the accurate installation of Maven and JDK.
- Type below command to start: "mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=11 -DarchetypeCatalog=https://repo.adobe.com/nexus/content/groups/public/"
- Once this is done downloading the dependency and starts creating folder structure, it will ask you for the required information. You can refer below information that I have given, you need to use yours based on your requirement or client need.
Define value for property 'groupId': : first-project-aemOnce you are done with above, it will ask you for confirmation. Press "Y" and you are ready to start your journey to AEM-6.3. You can import the project in your IDE and start working towards your project.
Define value for property 'artifactId': : first-project-aem
Define value for property 'version': 1.0-SNAPSHOT: :
Define value for property 'package': first-project-aem: : com.blogspot.curiousjava
Define value for property 'appsFolderName': first-project-aem: :
Define value for property 'artifactName': first-project-aem: :
Define value for property 'componentGroupName': first-project-aem: : Set 1
Define value for property 'contentFolderName': first-project-aem: : first-project
Define value for property 'cssId': first-project-aem: : first-project
Define value for property 'packageGroup': first-project-aem: : first-project
Define value for property 'siteName': first-project-aem: : curious-java-aem
Best of luck with your start to AEM learning, hope this helps.