Develop AEM project with IntelliJ and Using filevault connection | AEM 6.5 | Archetype 22 | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
August 17, 2020

Develop AEM project with IntelliJ and Using filevault connection | AEM 6.5 | Archetype 22 | AEM Community Blog Seeding

  • August 17, 2020
  • 0 replies
  • 1226 views

BlogImage.jpg

Develop AEM project with IntelliJ and Using filevault connection | AEM 6.5 | Archetype 22 by AEMSimplifiedByNikhil

Abstract

In this article we will go through following process to work in IntelliJ with AEM codebase:
1. Setup our maven AEM archetype 22 project.
2. Learn how to import it into IntelliJ IDE.
3. Using filevault to push and pull code from crx.

1. AEM Maven project setup:
As I am using the archetype 22 to build my maven project, below is the maven command to create a maven project in local directory:

mvn archetype:generate -B -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=22 -DgroupId=com.adobe.aem.guides -Dversion=0.0.1-SNAPSHOT -DappsFolderName=mycompany -DartifactId=aem-guides-mycompany -Dpackage=com.adobe.aem.guides.mycompany -DartifactName="MyCompany Sites Project" -DcomponentGroupName=MyCompany -DconfFolderName=mycompany -DcontentFolderName=mycompany -DcssId=mycompany -DisSingleCountryWebsite=n -Dlanguage_country=en_us -DoptionAemVersion=6.5.0 -DoptionDispatcherConfig=none -DoptionIncludeErrorHandler=n -DoptionIncludeExamples=y -DoptionIncludeFrontendModule=y -DpackageGroup=mycompany -DsiteName="MyCompany Site"

Read Full Blog

Develop AEM project with IntelliJ and Using filevault connection | AEM 6.5 | Archetype 22

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.