Bukama commented on code in PR #1429: URL: https://github.com/apache/maven-site/pull/1429#discussion_r2440887993
########## 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 `mvnup` upgrade tool. +This tool helps automate the migration process by analyzing your project and making necessary adjustments to ensure +compatibility with Maven 4. + +The `mvnup` tool can be used to: Review Comment: ```suggestion The Maven Upgrade Tool can be used to: ``` ########## 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 `mvnup` upgrade tool. Review Comment: ```suggestion 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). ``` ########## 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 `mvnup` upgrade tool. +This tool helps automate the migration process by analyzing your project and making necessary adjustments to ensure +compatibility with Maven 4. + +The `mvnup` 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 +* Validate that your project is ready for Maven 4 + +For more information on using `mvnup` and the upgrade process, refer to the Maven upgrade guide. Review Comment: ```suggestion Refer to [Maven Upgrade Tool](https://maven.apache.org/tools/mvnup.html) for more information on usage and the upgrade process in general. ``` Or did you want to link to the [manual update guide](https://maven.apache.org/guides/mini/guide-migration-to-mvn4.html), I guess not? -- 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]
