slawekjaranowski commented on code in PR #1656:
URL: https://github.com/apache/maven-resolver/pull/1656#discussion_r2529701588
##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java:
##########
@@ -73,7 +73,8 @@ protected String configPropKey(String name) {
* Default is {@code false}.
*/
protected boolean isEnabled(RepositorySystemSession session) {
- return ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX +
this.name);
+ return ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX +
this.name)
+ && !ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX
+ this.name + ".skipped");
Review Comment:
should we documented new property 1.9.x ... or only introduce for
compatibility with 2.x?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]