diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java index 4464ca65f7..6677bf121a 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java @@ -24,6 +24,12 @@ import java.util.List; public class MavenITmng3099SettingsProfilesWithNoPOM extends AbstractMavenIntegrationTestCase { + public MavenITmng3099SettingsProfilesWithNoPOM() + throws InvalidVersionSpecificationException + { + super( "(2.0.8,)" ); // 2.0.9+ + } + public void testitMNG3099 () throws Exception {