You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/07/24 11:30:28 UTC

[maven-surefire] branch multithread-build-possible updated (6cdeb1f82 -> 674877f75)

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

olamy pushed a change to branch multithread-build-possible
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


 discard 6cdeb1f82 only one thread to avoid flaky tests and fix path of log4j logs to be in target directory
 discard 71a11ce41 test Verifier using embedded/auto mode
 discard 578fff8d9 fix merge
 discard 8272164e5 fix typo
 discard 000864e84 surefire-its should depend on all providers
 discard c7232c5a1 add junit platform provider as well
 discard 455797e3f wrong merge
 discard 9b6b084d8 no need of extraArtifacts
 discard cec74763e try to get plugins installed locally so we can have verify working, ideally we should use a different local repo
 discard ee58b97cc maven-surefire-report-plugin need as well
 discard bf879c698 try -T3 for Jenkins and gh
 discard ae4bb0fc1 try to include those dependencies to fake the build plan and be sure its are runned last when using -Txx or mvnd
     add 6f0fb404f Ignore Maven Core updates
     add 0e5de8f9f  [SUREFIRE-2090] Xref link to source code with specified line number doesn't work. Missing "L" in anchor
     add a01c09131 try to include those dependencies to fake the build plan and be sure its are runned last when using -Txx or mvnd
     add f244735d1 try -T3 for Jenkins and gh
     add 9c50e638a maven-surefire-report-plugin need as well
     add 881881103 try to get plugins installed locally so we can have verify working, ideally we should use a different local repo
     add 6212c4a53 no need of extraArtifacts
     add d65f1a651 wrong merge
     add 880d96f18 add junit platform provider as well
     add 3c1a52b2e surefire-its should depend on all providers
     add 33f95339c fix typo
     add 2c655f4a4 fix merge
     add 074d532cb test Verifier using embedded/auto mode
     add aa49e6301 only one thread to avoid flaky tests and fix path of log4j logs to be in target directory
     add 674877f75 remove -T3 option

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   (6cdeb1f82)
            \
             N -- N -- N   refs/heads/multithread-build-possible (674877f75)

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.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                                     |  3 +++
 Jenkinsfile                                                |  2 +-
 .../plugins/surefire/report/SurefireReportGenerator.java   |  2 +-
 .../plugins/surefire/report/SurefireReportMojoTest.java    | 14 +++++++-------
 4 files changed, 12 insertions(+), 9 deletions(-)