This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


    omit 3ae28ce  Prepare for Doxia 2.0.0
     add 4afec1d  [MINVOKER-338] Bump groovy-bom from 4.0.10 to 4.0.12 (#188)
     add 401c229  [MNG-6829] Replace StringUtils#isEmpty(String) and 
#isNotEmpty(String) (#189)
     add 6c0c181  Bump maven-shared-utils from 3.3.4 to 3.4.1
     add 26f2dcf  [MINVOKER-341] Make elapsed time field type consistent with 
Maven Surefire
     add 3dff59f  [MINVOKER-342] Use ChoiceFormat to selectively render elapsed 
time in AbstractInvokerMojo
     add a154e5b  [MINVOKER-344] Move reporting rendering logic into a 
ReportRenderer class
     add 3df7c38  [MINVOKER-345] Use ChoiceFormat to selectively render 
percentage and elapsed time in InvokerReportRenderer
     add 14ffae6  [MINVOKER-347] Document upcoming report file name change
     add d612eb6  [maven-release-plugin] prepare release 
maven-invoker-plugin-3.6.0
     add ffb89ce  [maven-release-plugin] prepare for next development iteration
     add c57f670  add explicit dependency on commons-lang3 and update version 
(#196)
     add 5472d12  Update commons-io to 2.13.0 (#195)
     new c272876  Prepare for Doxia 2.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3ae28ce)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (c272876)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  15 +-
 .../maven/plugins/invoker/AbstractInvokerMojo.java |  54 +++--
 .../maven/plugins/invoker/InvokerReport.java       | 255 ++-------------------
 .../plugins/invoker/InvokerReportRenderer.java     | 182 +++++++++++++++
 src/main/mdo/invocation.mdo                        |   4 +-
 src/main/resources/invoker-report.properties       |  41 ++--
 src/main/resources/invoker-report_de.properties    |  33 ++-
 src/main/resources/invoker-report_fr.properties    |  35 ++-
 src/site/apt/index.apt.vm                          |  16 +-
 9 files changed, 314 insertions(+), 321 deletions(-)
 create mode 100644 
src/main/java/org/apache/maven/plugins/invoker/InvokerReportRenderer.java

Reply via email to