mirror of https://github.com/apache/maven.git
o Fixed test to account for r738347
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9df1aab636
commit
ca8b9a62ae
|
@ -50,7 +50,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
|
|||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "--settings" );
|
||||
cliOptions.add( "settings.xml" );
|
||||
cliOptions.add( "-Dmaven.sec.path=sec.xml" );
|
||||
verifier.getSystemProperties().setProperty( "maven.sec.path", "settings-security.xml" );
|
||||
verifier.setCliOptions( cliOptions );
|
||||
verifier.executeGoal( "validate" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
|
|
Loading…
Reference in New Issue