[MENFORCER-423] Maven enforcer rule which checks that all dependencies have an explicit scope set (original) (raw)

Useful in case when the scope is no longer part of the dependencyManagement or in general to force making developers a distinct decision for every local dependency (prevents the default scope compile from being used for test dependencies).

I propose the name requireDependencyScope for the new rule.

relates to

New Feature - A new feature of the product, which has yet to be developed. SLING-11410 Maven enforcer rule which checks that all dependencies have an explicit scope set

links to