The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.4.1
This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://maven.apache.org/enforcer/maven-enforcer-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.4.1</version> <plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/enforcer/download.html Release Notes - Maven Enforcer Plugin - Version 3.4.1 ** Bug * [MENFORCER-491] - ENFORCER: plugin-info and mojo pages not found ** Improvement * [MENFORCER-490] - Properly declare dependencies Enjoy, -The Apache Maven team