We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ab322 commit 402be47Copy full SHA for 402be47
rewrite-maven/src/main/java/org/openrewrite/maven/AddDependency.java
@@ -91,7 +91,8 @@ public class AddDependency extends ScanningRecipe<AddDependency.Scanned> {
91
Boolean releasesOnly;
92
93
@Option(displayName = "Only if using",
94
- description = "Used to determine if the dependency will be added and in which scope it should be placed.",
+ description = "Used to determine if the dependency will be added and in which scope it should be placed. " +
95
+ "Required for multi-module projects to avoid adding dependencies unnecessarily.",
96
example = "org.junit.jupiter.api.*",
97
required = false)
98
@Nullable
0 commit comments