gnodet commented on issue #841:
URL: https://github.com/apache/maven-mvnd/issues/841#issuecomment-1542333242
So this problem is caused by a combination of two factors:
* `mvnd` caches the realm, this is usually not a problem, but it is in the
case of enforcer
* the problem happens only if the modules are built in a given order
What happens is that when the first module is built, the enforcer loads the
rules, including the `requireProperty` one. The first execution works fine.
However, during the second execution, the enforcer does not reload the rules,
thereby executing the rule which should not be configured, hence the failure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]