The name of the scope parameter is a bit misleading since it effectively considers the classpath that is visible for the defined scope. This should be changed as follows:
deprecate the scope parameter and introduce a new parameter classpathScope with the same semantics
create a new scopes (note the s) parameter that allows filtering for real scopes
The name of the
scope
parameter is a bit misleading since it effectively considers the classpath that is visible for the defined scope. This should be changed as follows:scope
parameter and introduce a new parameterclasspathScope
with the same semanticsscopes
(note thes
) parameter that allows filtering for real scopes