desruisseaux commented on code in PR #1431: URL: https://github.com/apache/maven-site/pull/1431#discussion_r2441343514
########## content/markdown/guides/mini/guide-migration-to-mvn4.md: ########## @@ -335,6 +335,40 @@ Maven 4 introduces several new [lifecycle phases](/ref/4-LATEST/maven-impl-modul They give users finer control over plugin execution, particularly in multi-project and concurrent builds. If you want to execute a plugin before/after all or each of your (sub-)projects, consider to use them. +### 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]
