Expand my Community achievements bar.

SOLVED

aem-project-archetype

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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