elharo commented on code in PR #1426: URL: https://github.com/apache/maven-site/pull/1426#discussion_r2442431825
########## content/markdown/whatsnewinmaven4.md: ########## @@ -486,6 +542,21 @@ resident Maven processes. With Maven 4, you can also take advantage of the newly defined "[Maven Shell](./tools/mvnsh.html)" (`mvnsh`), which keeps a single Maven process running for as long as the shell remains open. +### Maven Upgrade Tool + +If you're currently using Maven 3 and want to upgrade to Maven 4, you can use the [Maven Upgrade Tool](https://maven.apache.org/tools/mvnup.html). +This tool helps automate the migration process by analyzing your project and making necessary adjustments to ensure +compatibility with Maven 4. + +The Maven Upgrade Tool tool can be used to: + +* Automatically update your POM files to use the new model version 4.1.0 (if desired) Review Comment: Delete "Automatically" ########## content/markdown/whatsnewinmaven4.md: ########## @@ -486,6 +542,21 @@ resident Maven processes. With Maven 4, you can also take advantage of the newly defined "[Maven Shell](./tools/mvnsh.html)" (`mvnsh`), which keeps a single Maven process running for as long as the shell remains open. +### Maven Upgrade Tool + +If you're currently using Maven 3 and want to upgrade to Maven 4, you can use the [Maven Upgrade Tool](https://maven.apache.org/tools/mvnup.html). Review Comment: "If you're currently using Maven 3 and want to upgrade to Maven 4" -- "To upgrade from maven 3 to Maven 4" ########## content/markdown/whatsnewinmaven4.md: ########## @@ -486,6 +542,21 @@ resident Maven processes. With Maven 4, you can also take advantage of the newly defined "[Maven Shell](./tools/mvnsh.html)" (`mvnsh`), which keeps a single Maven process running for as long as the shell remains open. +### Maven Upgrade Tool + +If you're currently using Maven 3 and want to upgrade to Maven 4, you can use the [Maven Upgrade Tool](https://maven.apache.org/tools/mvnup.html). +This tool helps automate the migration process by analyzing your project and making necessary adjustments to ensure +compatibility with Maven 4. + +The Maven Upgrade Tool tool can be used to: + +* Automatically update your POM files to use the new model version 4.1.0 (if desired) +* Identify deprecated features and suggest replacements +* Help migrate from deprecated plugin configurations to their modern equivalents Review Comment: Delete "Help" ########## content/markdown/whatsnewinmaven4.md: ########## @@ -242,7 +281,7 @@ The following code snippet shows the parent and dependency definition without th Maven 3.5.0 introduced partial support for CI-friendly variables, like `${revision}`, in your POM files. However, this still required the usage of the [Flatten Maven Plugin][20] for full functionality. Since Maven 4, no additional plugin is needed; full built-in support is provided. -You can now use variables as versions in your configuration. +You can now use **any variable** as versions in your configuration, not just predefined ones. Review Comment: as a version -- 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]
