[MNG-4173] Remove automatic version resolution for POM plugins

o Updated IT to exclude Maven 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@778325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-05-25 07:33:36 +00:00
parent 3b8cd4a1c0
commit b2f3f13050
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ public class MavenITmng0449PluginVersionResolutionTest
public void testitLifecycleInvocation()
throws Exception
{
// automatic version resolution no longer supported in 3.x (see MNG-4173)
requiresMavenVersion( "(,3.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-0449" );
testDir = new File( testDir, "lifecycle" );