The Maven team is pleased to announce the release of the Apache Maven
Shared Resources, version 3

This is a collection of templates that are specific to the Maven project.

https://maven.apache.org/shared/maven-shared-resources/

You should specify the version in your project's plugin dependency:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-resources</artifactId>
  <version>3</version>
</dependency>

Release Notes - Apache Maven Shared Resources - Version 3

Bug
    [MSHARED-854] - 'cacheFile' property is removed from TreeWalker in
Checkstyle 8.19
Improvement
    [MSHARED-879] - make build Reproducible
    [MSHARED-968] - Exclude module-info.java from default checkstyle checks

Enjoy,

-The Apache Maven team

Reply via email to