o Enabled debug logging

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@903424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-01-26 21:26:52 +00:00
parent 9628859d06
commit c28d4c9cb3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class MavenITmng4482ForcePluginSnapshotUpdateTest
verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8", filterProps );
verifier.setLogFileName( "log-force-2.txt" );
verifier.deleteDirectory( "target" );
verifier.getCliOptions().add( "-X" );
verifier.getCliOptions().add( "-U" );
verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog();