Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Error building project with archetype 24 - dispatcher subproject

Avatar

Level 2

I have a project which is created using archetype 24.

I am trying to build it in my local by simply doing mvn clean install, its failing on dispatcher subproject with error message - 

[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-checksum-of-immutable-files) @ abcd.dispatcher.ams ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireFileChecksum failed with message:
There have been changes detected in a file which is supposed to be immutable according to https://helpx.adobe.com/experience-manager/kb/ams-dispatcher-manual/immutable-files.html: src/conf/httpd.conf

 

What's interesting is I did not make any changes to these files(httpd.conf or dispatcher.any) .

How can I resolve these errors?

Thanks in advance for all your help.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

What did you use while creating a project for aemVersion?

 

aemVersionTarget AEM version (can be cloud for AEM as a Cloud Service; or 6.5.0, 6.4.4, or 6.3.3

 

AEMaaCS project structure looks like below:

https://github.com/arunpatidar02/aemaacs-aemlab



Arun Patidar

View solution in original post

2 Replies

Avatar

Employee Advisor

 

How did you bootstrap the archetype? I don't have a maven module "mysite.dispatcher.ams" (it's the "ams" extension which I wonder about) in my bootstrapped archetype (default values).

Avatar

Correct answer by
Community Advisor

Hi,

What did you use while creating a project for aemVersion?

 

aemVersionTarget AEM version (can be cloud for AEM as a Cloud Service; or 6.5.0, 6.4.4, or 6.3.3

 

AEMaaCS project structure looks like below:

https://github.com/arunpatidar02/aemaacs-aemlab



Arun Patidar