desruisseaux commented on code in PR #2180:
URL: https://github.com/apache/maven/pull/2180#discussion_r2010521455


##########
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##########
@@ -26,13 +26,23 @@
 /**
  * A root directory of source files.
  * The sources may be Java main classes, test classes, resources or anything 
else identified by the scope.
+ *
+ * <h2>Default values</h2>
+ * The default implementation of all methods in this interface match the 
default values
+ * documented in {@code maven.mdo} (the <abbr>POM</abbr> model).

Review Comment:
   Is the following better?
   
   > The properties in this interface are defined in the `<Source>` element of 
the [Maven project descriptor 
4.1](https://maven.apache.org/xsd/maven-4.1.0.xsd). For each property, the 
default value is either empty or documented in the project descriptor. The 
default implementations of the methods provided in this interface are 
consistent with that specification.



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