[MNG-7895] Support ${project.basedir} in file profile activation - fix ITs

This commit is contained in:
Slawomir Jaranowski 2023-09-24 21:41:59 +02:00
parent caf44be89e
commit d60a1cce4a
1 changed files with 3 additions and 1 deletions

View File

@ -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