Skip to content

Commit 4211614

Browse files
committed
[MDEP-749] scope "threshold" term to summarise classpath in/ex-clusion
1 parent 727c669 commit 4211614

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public abstract class AbstractDependencyFilterMojo
122122
protected String excludeTypes;
123123

124124
/**
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
127127
* Maven filters for creating a classpath, not as specified in the pom. In summary:
128128
* <ul>
129129
* <li><code>runtime</code> include scope gives runtime and compile dependencies,</li>
@@ -139,8 +139,9 @@ public abstract class AbstractDependencyFilterMojo
139139
protected String includeScope;
140140

141141
/**
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
144145
* Maven filters for creating a classpath, not as specified in the pom. In summary:
145146
* <ul>
146147
* <li><code>runtime</code> exclude scope excludes runtime and compile dependencies,</li>

0 commit comments

Comments
 (0)