Maven - ranjanui/AEM GitHub Wiki

Maven Archetype

  • Archetype is a Maven plugin whose task is to create a project structure as per its template.

Installing Maven in Mac

  • brew update
  • brew install maven
  • mvn --version