--- layout: post status: PUBLISHED published: true title: Apache Maven Enforcer Version 3.0.0-M3 id: 76d85073-ef22-43b8-bdf8-2d733f3d4f15 date: '2019-11-24 11:22:06 -0500' categories: maven tags: - maven-enforcer permalink: maven/entry/apache-maven-enforcer-version-3 ---

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

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-M3

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-M3 (including 3.0.0-M1)

Bugs:

New Features:

Improvements:

Tasks:

Dependency upgrades:

Enjoy,

-The Apache Maven team