You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/02 19:39:02 UTC

[maven-integration-testing] branch master updated (b2348b40f -> 7f090dd81)

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

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


    from b2348b40f Use Maven 3.8.7 for GH builds
     add 7f090dd81 [MNG-7640] Investigate which ITs really need to set system properties

No new revisions were added by this update.

Summary of changes:
 .../MavenITmng0294MergeGlobalAndUserSettingsTest.java   | 17 +++--------------
 .../it/MavenITmng0377PluginLookupFromPrefixTest.java    |  2 +-
 .../it/MavenITmng0553SettingsAuthzEncryptionTest.java   |  6 ++----
 .../maven/it/MavenITmng0786ProfileAwareReactorTest.java |  4 ++--
 ...ITmng0848UserPropertyOverridesDefaultValueTest.java} |  6 +++---
 .../it/MavenITmng2136ActiveByDefaultProfileTest.java    |  4 ++--
 .../maven/it/MavenITmng2305MultipleProxiesTest.java     |  5 ++---
 .../it/MavenITmng2577SettingsXmlInterpolationTest.java  |  4 ++--
 ...Tmng3004ReactorFailureBehaviorMultithreadedTest.java | 10 +++++-----
 .../it/MavenITmng3379ParallelArtifactDownloadsTest.java |  2 +-
 .../maven/it/MavenITmng4428FollowHttpRedirectTest.java  |  3 +--
 ...ITmng4452ResolutionOfSnapshotWithClassifierTest.java | 12 ++++++------
 ...Tmng4469AuthenticatedDeploymentToCustomRepoTest.java | 12 ++++++------
 ...4590ImportedPomUsesSystemAndUserPropertiesTest.java} |  8 ++++----
 ...venITmng4615ValidateRequiredPluginParameterTest.java |  4 ++--
 ...ng4625SettingsXmlInterpolationWithXmlMarkupTest.java |  4 ++--
 .../it/MavenITmng4765LocalPomProjectBuilderTest.java    |  2 +-
 .../org/apache/maven/it/MavenITmng4936EventSpyTest.java |  2 +-
 ...ConfigureCollectionArrayFromUserPropertiesTest.java} | 12 ++++++------
 .../maven/it/MavenITmng5208EventSpyParallelTest.java    |  2 +-
 .../it/MavenITmng6558ToolchainsBuildingEventTest.java   |  2 +-
 .../java/org/apache/maven/it/TestSuiteOrdering.java     |  8 ++++----
 core-it-suite/src/test/resources/mng-0848/pom.xml       |  2 +-
 core-it-suite/src/test/resources/mng-4590/pom.xml       |  2 +-
 .../apache/maven/its/mng4590/import/0.1/import-0.1.pom  |  2 +-
 .../src/test/resources/mng-4615/test-1/pom.xml          |  2 +-
 26 files changed, 62 insertions(+), 77 deletions(-)
 rename core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng0848SystemPropOverridesDefaultValueTest.java => MavenITmng0848UserPropertyOverridesDefaultValueTest.java} (91%)
 rename core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng4590ImportedPomUsesSystemPropertiesTest.java => MavenITmng4590ImportedPomUsesSystemAndUserPropertiesTest.java} (88%)
 rename core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng5011ConfigureCollectionArrayFromSystemPropTest.java => MavenITmng5011ConfigureCollectionArrayFromUserPropertiesTest.java} (87%)