This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git
The following commit(s) were added to refs/heads/master by this push:
new 84988fb Add link to MENFORCER-423
new 867b8c5 Merge branch 'master' of
[email protected]:apache/sling-maven-enforcer-rules.git
84988fb is described below
commit 84988fb19012035f10d018e943b22a36fc6f209f
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 15 08:52:31 2023 +0200
Add link to MENFORCER-423
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 5231183..9024b2c 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,8 @@ All parameters are optional.
Checks that all dependencies have an explicitly declared scope in the
non-effective pom (i.e. without taking inheritance or dependency management
into account). Useful when the scope is no longer part of the
`dependencyManagement` or in general to force making developers a distinct
decision (e.g. prevents the default scope compile being used for test
dependencies by accident).
+*This rule is part of `maven-enforcer-plugin` since version 3.2.1
[MENFORCER-423](https://issues.apache.org/jira/browse/MENFORCER-423), so should
no longer be used from this module.*
+
#### Parameters
This rule does not support any parameters.