elharo commented on code in PR #218: URL: https://github.com/apache/maven-dependency-plugin/pull/218#discussion_r1345651208
########## src/site/apt/examples/control-dependencies-under-dependency-analysis.apt.vm: ########## @@ -57,6 +62,11 @@ Exclude dependencies from dependency analysis </goals> <configuration> <failOnWarning>true</failOnWarning> + + <!-- limit warnings to dependencies for group com.google.code.findbugs --> + <includeDependencies> + <includeDependency>com.google.code.findbugs</includeDependency> Review Comment: includeDependency --> groupId Instead of a pattern here,= separate groupId and artifactId elements are simpler. Maybe includeDependencies --> analyze or check. I'm not sure. -- 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