mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
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 void testit0138()
|
|||||||
verifier.assertFilePresent( "target/jar-jar.txt" );
|
verifier.assertFilePresent( "target/jar-jar.txt" );
|
||||||
verifier.assertFilePresent( "target/plugin-add-plugin-artifact-metadata.txt" );
|
verifier.assertFilePresent( "target/plugin-add-plugin-artifact-metadata.txt" );
|
||||||
verifier.assertFilePresent( "target/install-install.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" );
|
verifier.assertFilePresent( "target/plugin-update-registry.txt" );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user