Apache Shared Component Maven Verifier Version 1.6 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Verifier Shared Component, version 1.6.

You should specify the version in your project's dependencies configuration:

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-verifier</artifactId>
4  <version>1.6</version>
5</plugin>

Release Notes - Maven Shared Components - Version maven-verifier-1.6

Bug:

Improvements:

  • MSHARED-405 - Upgrade maven-shared-utils to 0.7
  • MSHARED-418 - Verifier should not use hard coded CLI options without possibility to modify them
  • MSHARED-427 - Upgrade maven-shared-utils to 0.8

Enjoy,

-The Apache Maven team