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.