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 This project speeds up Maven builds using daemon process management and caching. Github
Maven Upgrade Tool The Maven Upgrade Tool 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 The Maven Wrapper ensures that a project is built with a desired Maven version and/or JDK by automatically downloading them. Project's site