mirror of https://github.com/apache/maven.git
[MNG-4169] Remove invocation of maven-plugin-plugin:updatePluginRegistry from default lifecycle bindings
o Updated IT to exclude Maven 3.x git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@778202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b57f7e4dbc
commit
2a849d3c7b
|
@ -59,7 +59,10 @@ public class MavenIT0138PluginLifecycleTest
|
|||
verifier.assertFilePresent( "target/jar-jar.txt" );
|
||||
verifier.assertFilePresent( "target/plugin-add-plugin-artifact-metadata.txt" );
|
||||
verifier.assertFilePresent( "target/install-install.txt" );
|
||||
verifier.assertFilePresent( "target/plugin-update-registry.txt" );
|
||||
if ( matchesVersionRange( "(,3.0-alpha-1)" ) )
|
||||
{
|
||||
verifier.assertFilePresent( "target/plugin-update-registry.txt" );
|
||||
}
|
||||
verifier.assertFilePresent( "target/deploy-deploy.txt" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
|
Loading…
Reference in New Issue