Hi All,
We have built new project structure using latest archetype 36 for on-premise instance. After building , noticed sdkVersion and sdkFormsVersion is coming as “latest” under archetype.properties file.
Can someone please suggest if this is expected or we are missing something ? Also using latest archetype 36 is advisable for AMS/on-premise instance?
archetype.properties file
---------------------------------------------------------------------------------------------
# Parameters used to generate this project with aem-project-archetype
groupId=com.test.project
artifactId=test- project
version=0.0.1-SNAPSHOT
package=com.test. project
appId=testproject
appTitle=test project
aemVersion=6.5.0
sdkVersion=latest
languageCountry=${languageCountry}
includeExamples=n
includeErrorHandler=n
frontendModule=general
singleCountry=y
includeDispatcherConfig=n
includeCommerce=n
includeForms=n
includeFormsenrollment=n
includeFormscommunications=n
sdkFormsVersion=latest
commerceEndpoint=https://hostname.com/graphql
datalayer=y
amp=n
enableDynamicMedia=n
enableSSR=n
precompiledScripts=n
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You don't need this if you are not using AEMaaCS.
You can clear these properties from POM
https://github.com/adobe/aem-project-archetype/releases
Hi,
You don't need this if you are not using AEMaaCS.
You can clear these properties from POM
Views
Likes
Replies