mirror of https://github.com/apache/maven.git
fix version handling of new test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@620346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5583d24573
commit
738dec649d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue