This is an automated email from the ASF dual-hosted git repository.
sjaranowski 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 0b0bef68a [MNG-7895] Support ${project.basedir} in file profile
activation - fix ITs
0b0bef68a is described below
commit 0b0bef68aa96504902ab676f9dc4225755e4507b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Sep 24 21:41:59 2023 +0200
[MNG-7895] Support ${project.basedir} in file profile activation - fix ITs
---
.../apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
index 0e5ceeead..38d5064d3 100644
---
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
+++
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
@@ -34,7 +34,9 @@ import org.junit.jupiter.api.Test;
public class MavenITmng5608ProfileActivationWarningTest extends
AbstractMavenIntegrationTestCase {
public MavenITmng5608ProfileActivationWarningTest() {
- super("(3.2.1,)");
+ // changed in https://issues.apache.org/jira/browse/MNG-7895
+ // TODO - consider a separate test
+ super("(3.2.1,4.0.0-alpha-8)");
}
@Test