ajarmoniuk commented on code in PR #198: URL: https://github.com/apache/maven-enforcer/pull/198#discussion_r1056159955
########## 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: Apologies for that, let me check why it's failing and I'll create more tests once done. -- 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