slawekjaranowski commented on code in PR #220: URL: https://github.com/apache/maven-parent/pull/220#discussion_r1893167873
########## maven-plugins/pom.xml: ########## @@ -129,6 +129,22 @@ under the License. </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>analyze</id> + <goals> + <goal>analyze-only</goal> + </goals> + <configuration> + <failOnWarning>false</failOnWarning> Review Comment: I would like to use a property here - it will be easy to override in child project -- 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