Maven Build Error when including dispatcher module
Hi All,
I am getting the below maven build error when including the dispatcher module in my project pom for local build.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-checksum-of-immutable-files) on project xyz.dispatcher.cloud: Unable to parse configuration of mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce for parameter requireTextFileChecksum: Cannot create instance of interface org.apache.maven.enforcer.rule.api.EnforcerRule: org.apache.maven.enforcer.rule.api.EnforcerRule.<init>() -> [Help 1]
I was able to get a workaround for the local build by making the below change in dispatcher module's pom.xml
<goal>enforce</goal> CHANGED TO <goal>display-info</goal>
However, I will need to have the goal set to enforce when deploying this to other environments.
The default files for vhosts, rewrites, farms etc have not been modified in any ways.
The pom.xml for dispatcher for the specific goal is stated below -

