Expand my Community achievements bar.

Dispatcher showing immutable files as modified though no modification is done

Avatar

Level 3

Hi ,

 

While setting up dispatcher for AMS, we are getting error during dispatcher build i.e. multiple immutable files are being identified as modified hence build is failing. But there has been no changes been done on these files and it has been copied as it is from default files. Any suggestion on why this is happening and how to resolve this?

1 Reply

Avatar

Community Advisor

@anika_agarwal This issue has been reported with some projects built from prior version of maven archetype. Below is the article which discuss about this issue

 

https://stackoverflow.com/questions/68884968/problem-with-maven-plugin-maven-enforcer-plugin3-0-0-m3... 

 

To resolve this issue:-

1. Go to your dispatcher pom.xml

2. Change the goal of maven-enforcer-plugin from "enforce" to "display-info"

 

Let me know if this helps.