gnodet commented on code in PR #2278:
URL: https://github.com/apache/maven/pull/2278#discussion_r2083138920


##########
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##########
@@ -37,11 +37,23 @@ public interface SourceRoot {
      * The path is relative to the <abbr>POM</abbr> file.
      *
      * <h4>Default implementation</h4>
-     * The default value is <code>src/{@linkplain #scope() scope}/{@linkplain 
#language() language}</code>
-     * as a relative path. Implementation classes may override this default 
with an absolute path instead.
+     * The default value depends on whether a {@linkplain #module() module 
name} is specified in this source root:
+     * <ul>
+     *   <li>
+     *     If no module name, then the default directory is

Review Comment:
   This layout is closer to the usual maven layout and may be less disruptive.  
It just adds the module before the scope.  I like it better actually.



-- 
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

Reply via email to