AEM Forms on-premise maven archetype dispatcher include issue | Community
Skip to main content
New Participant
February 16, 2023

AEM Forms on-premise maven archetype dispatcher include issue

  • February 16, 2023
  • 2 replies
  • 1148 views

hello experts,

 

Using following command I am trying to build the AEM Forms On-Prem project:

 

mvn -B archetype:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=35 -DaemVersion="6.5.12" -DappTitle="AEMFormsDev" -DappId="AEMFormsDev" -DgroupId="com.AEMFormsDev" -DincludeFormsenrollment="y" -DincludeFormscommunications="y" -DincludeDispatcherConfig="y"

 

Question is:

- if we include -DincludeDispatcherConfig="y" build fails for which there is workaround on Windows machine as per https://github.com/adobe/aem-project-archetype

- however question is - why does it also creates : dispatcher.cloud folder structure? ours is On-Prem AEM Forms 6.5 setup with inhouse Apache server so how can we exclude dispatcher.cloud setup.

 

Please share your feedback and let me know how to exclude dispatcher.cloud? from options. 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Employee
February 24, 2023

Set -DincludeDispatcherConfig="n". This works for me in Mac. In case, somehow it does not work for you. Simply delete dispatcher folder in the project generated and remove sub-module inclusion in pom.xml.

 

 

Mayank_Gandhi
Employee
February 17, 2023

@hrai Try changing the DaemVersion="6.5.12"  to lower aem version and retry. Didnt created cloud folder for me

hraiAuthor
New Participant
February 17, 2023

thanks Mayank, could you please provide which version I should try?

Mayank_Gandhi
Employee
February 17, 2023

@hrai I tried 6.5.2