Maven Tools
The pages in this section will give information about additional Maven tools, which can help to improve your build.
Supported By The Maven Project
| Name | Description | Link |
|---|---|---|
| Maven Daemon | mvnd speeds up Maven builds using daemon process management and caching. |
Github |
| Maven Shell | mvnsh is a shell that permits reuse of a single JVM during development. It's a built-in tool, shipped with Maven. |
- |
| Maven Upgrade Tool | mvnup allows you to automatically upgrade your Maven project to newer Maven versions, starting with Maven 4. It's a built-in tool, shipped with Maven. |
- |
| Maven Wrapper | mvnw ensures that a project is built with a desired Maven version and/or JDK by automatically downloading them. |
Project's site |

