desruisseaux commented on code in PR #1431: URL: https://github.com/apache/maven-site/pull/1431#discussion_r2441344963
########## content/markdown/whatsnewinmaven4.md: ########## @@ -194,6 +194,41 @@ properties. Starting with Maven 4 those properties were removed or marked as deprecated. See JIRA issue [MNG-7038][15] and the related [Pull Request for MNG-7038][16] for more information. +### New way to declare source directories + +Maven 3 has two explicitly named XML elements (`<sourceDirectory>` and `<testSourceDirectory>`) to declare the root directories of source ode, as shown below: + Review Comment: Typo: ode -> code -- 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]
