aem-project-archetype | Community
Skip to main content
Level 5
April 15, 2024
Solved

aem-project-archetype

  • April 15, 2024
  • 1 reply
  • 550 views

Hi Team


Here are # Parameters used to generate this project with aem-project-archetype.
Our project completed OSGI Forms Project on-premises (AEM Forms add-on package), kindly let me know details of each parameter, advantages and recommendations on these:
ex :

includeErrorHandler=y

frontendModule=general (other than general any other options )
includeForms=n (what is difference n vs y) 
includeFormsenrollment=y (what is difference n vs y) 
includeFormscommunications=n ((what is difference n vs y) 

amp=n(what is amp stands)
enableSSR=n (SSR stands)
precompiledScripts=n (what is advantages and what is recommended )
includeFormsheadless=y (what is advantages of this, we are using aem forms add-on package for headless) 
uiTestingFramework=cypress (what are advantages of cypress other options and recommended for to achieve the code coverage and automation testcases)


My current Project # Parameters used to generate this project with aem-project-archetype.

groupId=xxx
artifactId=xxx
version=0.0.1-SNAPSHOT
package=xxx
appId=xxx
appTitle=xxx
aemVersion=6.5.17.0
sdkVersion=latest
languageCountry=${languageCountry}
includeExamples=n
includeErrorHandler=y
frontendModule=general
singleCountry=y
includeDispatcherConfig=y
includeCommerce=n
includeForms=n
includeFormsenrollment=y
includeFormscommunications=n
sdkFormsVersion=latest
commerceEndpoint=https://hostname.com/graphql
datalayer=y
amp=n
enableDynamicMedia=n
enableSSR=n
precompiledScripts=n
includeFormsheadless=y
uiTestingFramework=cypress

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 EstebanBustamante

Hi, 

Setting your AEM archetype will depend solely on your project specifications. Here, you can find a list of all the available options as part of the archetype type, along with an explanation https://github.com/adobe/aem-project-archetype?tab=readme-ov-file#available-properties.

 

Hope this helps

1 reply

EstebanBustamante
Community Advisor and Adobe Champion
EstebanBustamanteCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 15, 2024

Hi, 

Setting your AEM archetype will depend solely on your project specifications. Here, you can find a list of all the available options as part of the archetype type, along with an explanation https://github.com/adobe/aem-project-archetype?tab=readme-ov-file#available-properties.

 

Hope this helps

Esteban Bustamante