mirror of https://github.com/apache/maven.git
updating version exclusion for MNG-4169 so it doesn't check for the plugin registry step for maven 2.2.0+
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@785822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
880cd4a083
commit
222e50b298
|
@ -59,7 +59,7 @@ public class MavenIT0138PluginLifecycleTest
|
|||
verifier.assertFilePresent( "target/jar-jar.txt" );
|
||||
verifier.assertFilePresent( "target/plugin-add-plugin-artifact-metadata.txt" );
|
||||
verifier.assertFilePresent( "target/install-install.txt" );
|
||||
if ( matchesVersionRange( "(,3.0-alpha-1)" ) )
|
||||
if ( matchesVersionRange( "(,2.2.0)" ) )
|
||||
{
|
||||
verifier.assertFilePresent( "target/plugin-update-registry.txt" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue