Maven version for AEM6.5 | Community
Skip to main content
New Participant
July 6, 2021
Solved

Maven version for AEM6.5

  • July 6, 2021
  • 2 replies
  • 2248 views

Please can any one advice on the  the version of maven that has to be used for AEM6.5.Can the version 3.1.0 be used.

 

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

Hi @shakthi1 

 

You can any version of maven to build the project and deploy it on AEM 6.5.

I will suggest to go with the latest version (3.8.1) if you are installing a fresh!

https://maven.apache.org/download.cgi

 

Thanks!

2 replies

RajaShankar
New Participant
July 6, 2021

Hi @2557311

Either follow the below Adobe guide for project setup of 6.5

https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/project-setup.html?lang=en

or as mentioned in other reply you can use latest 3.8.1 i am using the same for my 6.5 project.

 

 

 

Asutosh_Jena_
Asutosh_Jena_Accepted solution
New Participant
July 6, 2021

Hi @shakthi1 

 

You can any version of maven to build the project and deploy it on AEM 6.5.

I will suggest to go with the latest version (3.8.1) if you are installing a fresh!

https://maven.apache.org/download.cgi

 

Thanks!

Shakthi1Author
New Participant
July 6, 2021
Many thanks Asutosh, we are migrating from AEM6.4 and use maven 3.1.0 there, so by your suggestion we can continue to use the same for AEM6.5 also