ajarmoniuk commented on code in PR #198: URL: https://github.com/apache/maven-enforcer/pull/198#discussion_r1056156097
########## enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/BannedPlugins.java: ########## @@ -29,12 +28,13 @@ */ public class BannedPlugins extends BannedDependencies { @Override - protected Set<Artifact> getDependenciesToCheck(ProjectBuildingRequest buildingRequest) { - return buildingRequest.getProject().getPluginArtifacts(); Review Comment: No, it doesn't work based on artifact sets anymore. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org