File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/java/org/apache/maven/plugins/dependency/fromDependencies Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ public abstract class AbstractDependencyFilterMojo
122
122
protected String excludeTypes ;
123
123
124
124
/**
125
- * Scope to include. An empty string indicates include all dependencies (default).<br>
126
- * The selected scope value being interpreted is the scope as
125
+ * Scope threshold to include. An empty string indicates include all dependencies (default).<br>
126
+ * The scope threshold value being interpreted is the scope as
127
127
* Maven filters for creating a classpath, not as specified in the pom. In summary:
128
128
* <ul>
129
129
* <li><code>runtime</code> include scope gives runtime and compile dependencies,</li>
@@ -139,8 +139,9 @@ public abstract class AbstractDependencyFilterMojo
139
139
protected String includeScope ;
140
140
141
141
/**
142
- * Scope to exclude. An empty string indicates no dependencies (default).<br>
143
- * The selected scope value being interpreted is the scope as
142
+ * Scope threshold to exclude, if no value is defined for include.
143
+ * An empty string indicates no dependencies (default).<br>
144
+ * The scope threshold value being interpreted is the scope as
144
145
* Maven filters for creating a classpath, not as specified in the pom. In summary:
145
146
* <ul>
146
147
* <li><code>runtime</code> exclude scope excludes runtime and compile dependencies,</li>
You can’t perform that action at this time.
0 commit comments