mirror of https://github.com/apache/maven.git
[MNG-7895] Support ${project.basedir} in file profile activation - fix ITs
This commit is contained in:
parent
caf44be89e
commit
d60a1cce4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue