Skip to content

Commit

Permalink
[MDEP-749] scope "threshold" term to summarise classpath in/ex-clusion
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 23, 2021
1 parent 727c669 commit 4211614
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -122,8 +122,8 @@ public abstract class AbstractDependencyFilterMojo
protected String excludeTypes;

/**
* Scope to include. An empty string indicates include all dependencies (default).<br>
* The selected scope value being interpreted is the scope as
* Scope threshold to include. An empty string indicates include all dependencies (default).<br>
* The scope threshold value being interpreted is the scope as
* Maven filters for creating a classpath, not as specified in the pom. In summary:
* <ul>
* <li><code>runtime</code> include scope gives runtime and compile dependencies,</li>
Expand All @@ -139,8 +139,9 @@ public abstract class AbstractDependencyFilterMojo
protected String includeScope;

/**
* Scope to exclude. An empty string indicates no dependencies (default).<br>
* The selected scope value being interpreted is the scope as
* Scope threshold to exclude, if no value is defined for include.
* An empty string indicates no dependencies (default).<br>
* The scope threshold value being interpreted is the scope as
* Maven filters for creating a classpath, not as specified in the pom. In summary:
* <ul>
* <li><code>runtime</code> exclude scope excludes runtime and compile dependencies,</li>
Expand Down

0 comments on commit 4211614

Please sign in to comment.