[MENFORCER-423] Maven enforcer rule which checks that all dependencies have an explicit scope set (original) (raw)
- Type:
New Feature
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: None
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
SLING-11410 Maven enforcer rule which checks that all dependencies have an explicit scope set
- Closed
links to