How to know current project ArcheType version | Community
Skip to main content
Level 2
February 9, 2023
Solved

How to know current project ArcheType version

  • February 9, 2023
  • 4 replies
  • 3509 views

Is there a way to find the ArcheType version of an existing AEM project?

 

If yes, please help with steps how to find it.

 

Thanks in advance!

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 DEBAL_DAS

if you check archetype.properties file in your project you will be seeing details like below one -

# Parameters used to generate this project with aem-project-archetype groupId=com.aem.demo artifactId=aem-demo version=0.0.1-SNAPSHOT package=com.aem.demo appId=demo appTitle=AEM Demo sites aemVersion=6.5.9 sdkVersion=latest languageCountry=${languageCountry} includeExamples=n includeErrorHandler=n frontendModule=general singleCountry=y includeDispatcherConfig=n includeCommerce=n includeForms=n sdkFormsVersion=latest commerceEndpoint=https://hostname.com/graphql datalayer=y amp=n enableDynamicMedia=n enableSSR=n

I think there is no such option to know current project archetype version. 

4 replies

srk381Author
Level 2
February 9, 2023
DEBAL_DAS
DEBAL_DASAccepted solution
New Member
February 9, 2023

if you check archetype.properties file in your project you will be seeing details like below one -

# Parameters used to generate this project with aem-project-archetype groupId=com.aem.demo artifactId=aem-demo version=0.0.1-SNAPSHOT package=com.aem.demo appId=demo appTitle=AEM Demo sites aemVersion=6.5.9 sdkVersion=latest languageCountry=${languageCountry} includeExamples=n includeErrorHandler=n frontendModule=general singleCountry=y includeDispatcherConfig=n includeCommerce=n includeForms=n sdkFormsVersion=latest commerceEndpoint=https://hostname.com/graphql datalayer=y amp=n enableDynamicMedia=n enableSSR=n

I think there is no such option to know current project archetype version. 

Debal Das, Senior AEM Consultant
srk381Author
Level 2
February 9, 2023

Yeah, it shows all other details but not archetype version.

Manu_Mathew_
Community Advisor
Community Advisor
February 9, 2023

@srk381 There isn't any metadata stored about it as the archetype is not required once the project is generated. You could use this and compare files and look into the release notes for differences between Archetype and your existing AEM project. However, not so reliable-  https://github.com/adobe/aem-project-archetype/tags , 

 

SantoshSai
Community Advisor
Community Advisor
February 9, 2023

Hi @srk381 ,

Similar question answered here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-archetype-versions/td-...

Hope that helps!

Regards,

Santosh

Santosh Sai