Solved
How to know current project ArcheType version
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!
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!
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.