--- layout: post status: PUBLISHED published: true title: Apache Maven Enforcer Plugin Version 3.0.0-M2 id: 6567955a-e8f1-447a-82cf-dd9ed138143b date: '2018-06-17 10:00:00 -0400' categories: maven tags: - maven-enforcer permalink: maven/entry/apache-maven-enforcer-plugin-version ---

The Apache Maven team is pleased to announce the release of the
Apache Maven Enforcer Plugin, version 3.0.0-M2.

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

  org.apache.maven.plugins
  maven-enforcer-plugin
  3.0.0-M2

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.0.0-M2 (including 3.0.0-M1)

Bugs:

New Features:

Improvements:

Tasks:

Dependency upgrades:

Enjoy,

-The Apache Maven team