This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/master by this push:
new f9a1cbd48 Adjust test failing on CI
f9a1cbd48 is described below
commit f9a1cbd48203813d442dfbd09f2b899c9407ef8b
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jun 6 10:13:05 2023 +0200
Adjust test failing on CI
# Conflicts:
#
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
---
.../test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
index e986f69ab..580582a70 100644
---
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
+++
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
@@ -146,7 +146,7 @@ public class MavenITmng5760ResumeFeatureTest extends
AbstractMavenIntegrationTes
//
https://issues.apache.org/jira/browse/MNG-5760?focusedCommentId=17143795&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17143795)
final Verifier verifier =
newVerifier(noProjectTestDir.getAbsolutePath());
try {
- verifier.addCliArgument("resources:resources");
+
verifier.addCliArgument("org.apache.maven.plugins:maven-resources-plugin:resources");
verifier.execute();
} catch (final VerificationException ve) {
verifier.verifyTextInLog("Goal requires a project to execute but
there is no POM in this directory");