The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin version 3.6.0.

https://maven.apache.org/plugins/maven-invoker-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-invoker-plugin</artifactId>
  <version>3.6.0</version>
</plugin>


Release Notes - Maven Invoker Plugin - Version 3.6.0

** Sub-task
    * [MINVOKER-347] - Document upcoming report file name change

** Bug
* [MINVOKER-340] - AbstractInvokerMojo/InvokerReport subclasses are not thread-safe due to use of DecimalFormat

** Improvement
* [MINVOKER-341] - Make elapsed time field type consistent with Maven Surefire * [MINVOKER-342] - Use ChoiceFormat to selectively render elapsed time in AbstractInvokerMojo * [MINVOKER-345] - Use ChoiceFormat to selectively render percentage and elapsed time in InvokerReportRenderer

** Task
* [MINVOKER-343] - Make elapsed time rendering consistent with Maven Surefire * [MINVOKER-344] - Move reporting rendering logic into a ReportRenderer class

** Dependency upgrade
    * [MINVOKER-338] - Bump groovy-bom from 4.0.10 to 4.0.12


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to