mirror of https://github.com/apache/maven.git
o Disabled ITs checking POM repositories in 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d7ceeb341
commit
021d405b8b
|
@ -67,6 +67,9 @@ public class MavenITmng3948ParentResolutionFromProfileReposTest
|
|||
public void testitFromPom()
|
||||
throws Exception
|
||||
{
|
||||
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
|
||||
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
|
||||
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3948/test-2" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
|
|
@ -67,6 +67,9 @@ public class MavenITmng3970DepResolutionFromProfileReposTest
|
|||
public void testitFromPom()
|
||||
throws Exception
|
||||
{
|
||||
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
|
||||
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
|
||||
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3970/test-2" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
|
|
@ -45,6 +45,9 @@ public class MavenITmng3983PluginResolutionFromProfileReposTest
|
|||
public void testitFromPom()
|
||||
throws Exception
|
||||
{
|
||||
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
|
||||
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
|
||||
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3983/test-1" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
|
Loading…
Reference in New Issue