This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-3.10.x
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/maven-3.10.x by this push:
new 70eabb067 Fix GH1288 ITs (#429)
70eabb067 is described below
commit 70eabb067984753f29f9db5589eccdb09a8e4ba5
Author: Tamas Cservenak <[email protected]>
AuthorDate: Wed Jun 24 23:35:53 2026 +0200
Fix GH1288 ITs (#429)
They never run here, and maven CI shows (and locally) that the IT
is broken. It manouvers Maven into empty local repo, but with
redefined central, is unable to get m-install-p needed by it.
---
.../maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java
index 50471617f..39eec8b5b 100644
---
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java
+++
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java
@@ -80,7 +80,7 @@ public class
MavenITgh12288SettingsProfileAetherPropertiesTest extends AbstractM
File testDir =
ResourceExtractor.simpleExtractResources(getClass(),
"/gh-12288-settings-profile-aether-properties");
- Verifier verifier = newVerifier(testDir.getAbsolutePath());
+ Verifier verifier = newVerifier(testDir.getAbsolutePath(), null,
false);
verifier.setAutoclean(false);
verifier.setLogFileName("log-deactivation.txt");
verifier.deleteDirectory("target");
@@ -114,7 +114,7 @@ public class
MavenITgh12288SettingsProfileAetherPropertiesTest extends AbstractM
File testDir =
ResourceExtractor.simpleExtractResources(getClass(),
"/gh-12288-settings-profile-aether-properties");
- Verifier verifier = newVerifier(testDir.getAbsolutePath());
+ Verifier verifier = newVerifier(testDir.getAbsolutePath(), null,
false);
verifier.setAutoclean(false);
verifier.deleteDirectory("target");
verifier.deleteArtifacts("org.apache.maven.its.settings.profile.aether");