mirror of https://github.com/apache/maven.git
[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:
parent
3b8cd4a1c0
commit
b2f3f13050
|
@ -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" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue