Hello, Is it possible to enforce a set of rules defined outside the pom.xml being built (i.e. not defined in the current pom or in a parent pom)?
Ideally, I would like to define maven-enforcer-plugin rules in an external pom.xml and evaluate them over the pom.xml being build in order to not force to use a specific parent pom. *CONTEXT:* I'm defining a CI/CD pipeline and I would like to enforce a set of rules over the pom.xml in order to be deployed to our internal repository (sort of validations performed to publish to Maven Central). Thanks in advance for any suggestions!
