ascopes commented on code in PR #1046:
URL: 
https://github.com/apache/maven-plugin-tools/pull/1046#discussion_r2637693633


##########
maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/PluginToolsRequest.java:
##########
@@ -211,4 +213,20 @@ public interface PluginToolsRequest {
      * @since 3.8.0
      */
     String getUsedMavenApiVersion();
+
+    /**
+     * Get the collection of directories to exclude from scanning during the 
detection of sources.
+     *
+     * @return the directories to exclude from scanning during detection of 
sources.
+     * @since TBC

Review Comment:
   Unsure if we want to treat this as a minor bump since it adds a new 
user-facing feature, or as a patch since it is a workaround rather than a 
concrete piece of functionality?
   
   Looking to take advice on this to best follow conventions!



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to