hboutemy commented on a change in pull request #676: URL: https://github.com/apache/maven/pull/676#discussion_r830588847
########## File path: maven-model/src/main/mdo/maven.mdo ########## @@ -642,11 +642,11 @@ </field> </fields> </class> - <class> + <class xdoc.anchorName="profile_build"> <name>BuildBase</name> <version>3.0.0+</version> <superClass>PluginConfiguration</superClass> - <description>Generic informations for a build.</description> + <description>Build configuration in a profile.</description> Review comment: yes, this is what I discovered: the split between BuildBase and Build does not exist for some abstract reason to introduce class inheritance, but because BuildBase is used in profile, then define everything that can be overridden in profile and Build is the full main build element (with additional sourceDirectory, and so on) I did not expect to discover that... -- 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