Skip to content

Commit

Permalink
MNG-5783 fixed IT unable to resolve maven-plugin-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
  • Loading branch information
ifedorenko committed Mar 10, 2015
1 parent be0edcf commit 008c783
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ public void testSLF4j()
throws Exception
{
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-5783-plugin-dependency-filtering" );
Verifier verifier = newVerifier( new File( testDir, "plugin" ).getAbsolutePath() );
Verifier verifier = newVerifier( new File( testDir, "plugin" ).getAbsolutePath(), "remote" );
verifier.executeGoal( "install" );
verifier.verifyErrorFreeLog();
verifier.resetStreams();
Expand Down

0 comments on commit 008c783

Please sign in to comment.