kwin commented on code in PR #16: URL: https://github.com/apache/sling-org-apache-sling-distribution-api/pull/16#discussion_r2218565017
########## pom.xml: ########## @@ -63,6 +63,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> + <plugin> + <groupId>biz.aQute.bnd</groupId> Review Comment: This plugin is already activated in the parent, therefore adding it here has zero effect. Also baselining does not work due to usage of 0.x packages (compare with https://issues.apache.org/jira/browse/SLING-12861). -- 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: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org