The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.6.0
The Enforcer 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.6.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/enforcer/download.cgi Release Notes - Maven Enforcer Plugin - Version 3.6.0 https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.0 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org