Re: [ANN] Apache Maven Enforcer Plugin 3.6.0 Released
Václav Haisman <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <[email protected]> |
On 7/2/25 09:39, Slawomir Jaranowski wrote: > 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, > I am observing a NPE in the plugin. See https://github.com/apache/maven-enforcer/issues/903 -- VH