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.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
What did you use while creating a project for aemVersion?
aemVersion | Target 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
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).
Hi,
What did you use while creating a project for aemVersion?
aemVersion | Target 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