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

sjaranowski pushed a change to branch gh-mvn-3.9
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


 discard 36c48d2ef Use Maven 3.9.0 on GitHub
     add 5dd08b893 [MNG-7679] [REGRESSION] Build fails when executing a single 
mojo without a POM
     add ba0a91b48 Upgrade to Maven Surefire 3.0.0-M9
     add 046a94efc [MNG-7706] Fix for ITs WARNING detection (#245)
     add 57ade7362 Replace deprecated systemProperties by 
systemPropertyVariables
     add f4a02132a [MNG-5181] Improve "missing dependency" message (#249)
     add 671cbfd27 [MNG-7716] ConcurrencyDependencyGraph deadlock if no root 
can be selected
     add c1550119c Add missing bootstrap dependencies
     add 4174ee329 [MNG-7737] IT for profiles (#252)
     add 84b7da06a Use Maven 4.0.0-alpha-4 on GitHub

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   (36c48d2ef)
            \
             N -- N -- N   refs/heads/gh-mvn-3.9 (84b7da06a)

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/workflows/maven-verify.yml                 |   2 +-
 core-it-suite/pom.xml                              |  59 +++-------
 .../it/MavenITmng4305LocalRepoBasedirTest.java     |   2 +-
 ...MavenITmng7128BlockExternalHttpReactorTest.java |   9 +-
 ...java => MavenITmng7679SingleMojoNoPomTest.java} |  36 +++---
 ...rTest.java => MavenITmng7716BuildDeadlock.java} |  45 +++----
 .../it/MavenITmng7737ProfileActivationTest.java    | 103 ++++++++++++++++
 .../org/apache/maven/it/TestSuiteOrdering.java     |   3 +
 .../src/test/resources-filtered/bootstrap.txt      |   5 +
 core-it-suite/src/test/resources/mng-4305/pom.xml  |   2 +-
 .../src/test/resources/mng-7679/mng-7679.txt       |   1 +
 core-it-suite/src/test/resources/mng-7716/pom.xml  |  19 +++
 .../settings}/pom.xml                              |  10 +-
 .../test/resources/mng-7737-profiles/pom-file1.txt |   1 +
 .../src/test/resources/mng-7737-profiles/pom.xml   | 130 +++++++++++++++++++++
 .../resources/mng-7737-profiles/settings-file1.txt |   1 +
 .../test/resources/mng-7737-profiles/settings.xml  | 119 +++++++++++++++++++
 .../org/apache/maven/plugin/coreit/EvalMojo.java   |   6 +-
 pom.xml                                            |   2 +-
 19 files changed, 456 insertions(+), 99 deletions(-)
 copy 
core-it-suite/src/test/java/org/apache/maven/it/{MavenIT0024MultipleGoalExecutionsTest.java
 => MavenITmng7679SingleMojoNoPomTest.java} (64%)
 copy 
core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng0612NewestConflictResolverTest.java
 => MavenITmng7716BuildDeadlock.java} (63%)
 create mode 100644 
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7737ProfileActivationTest.java
 create mode 100644 core-it-suite/src/test/resources/mng-7679/mng-7679.txt
 create mode 100644 core-it-suite/src/test/resources/mng-7716/pom.xml
 copy 
core-it-suite/src/test/resources/{mng-6256-special-chars-alternate-pom-location/directory-with-
 -space => mng-7716/settings}/pom.xml (53%)
 create mode 100644 
core-it-suite/src/test/resources/mng-7737-profiles/pom-file1.txt
 create mode 100644 core-it-suite/src/test/resources/mng-7737-profiles/pom.xml
 create mode 100644 
core-it-suite/src/test/resources/mng-7737-profiles/settings-file1.txt
 create mode 100644 
core-it-suite/src/test/resources/mng-7737-profiles/settings.xml

Reply via email to