1and1 / ono-extra-enforcer-rules

Apache License 2.0
4 stars 0 forks source link

Violating pom.xml doesn't fail if called in submodule #7

Closed masooh closed 8 years ago

masooh commented 9 years ago

If I execute mvn verify in the project where the rules are defined it works as expected. But if executed in a submodule it doesn't fail even with violations.

mvn verify # as expected
mvn -f submodule/pom.xml verify # won't fail