[MNG-553] security dispatcher design changed

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-02-12 22:07:23 +00:00
parent b59c6b609b
commit 0217b6f4fa
5 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
List cliOptions = new ArrayList();
cliOptions.add( "--settings" );
cliOptions.add( "settings.xml" );
verifier.getSystemProperties().setProperty( "maven.sec.path", "settings-security.xml" );
verifier.getSystemProperties().setProperty( "settings.security", "settings-security.xml" );
verifier.setCliOptions( cliOptions );
verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog();
@ -85,7 +85,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
List cliOptions = new ArrayList();
cliOptions.add( "--settings" );
cliOptions.add( "settings.xml" );
verifier.getSystemProperties().setProperty( "maven.sec.path", "settings~security.xml" );
verifier.getSystemProperties().setProperty( "settings.security", "settings~security.xml" );
verifier.setCliOptions( cliOptions );
// NOTE: The selection of the Turkish language for the JVM locale is essential part of the test
verifier.executeGoal( "validate", Collections.singletonMap( "MAVEN_OPTS", "-Duser.language=tr" ) );

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<settingsSecurity>
<master>{jSMOWnoPFgsHVpMvz5VrIt5kRbzGpI8u+9EF1iFQyJQ=}</master>
<master>{1wQaa6S/o8MH7FnaTNL53XmhT5O0SEGXQi3gC49o6OY=}</master>
</settingsSecurity>

View File

@ -24,7 +24,7 @@ under the License.
<server>
<id>test</id>
<username>testuser</username>
<password>{8+qG0C/CnRsH+45rqY50rWb1cMILU4zu9K/sZ8omYzs=}</password>
<password>{BteqUEnqHecHM7MZfnj9FwLcYbdInWxou1C929Txa0A=}</password>
</server>
</servers>
</settings>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<settingsSecurity>
<master>{jSMOWnoPFgsHVpMvz5VrIt5kRbzGpI8u+9EF1iFQyJQ=}</master>
<master>{1wQaa6S/o8MH7FnaTNL53XmhT5O0SEGXQi3gC49o6OY=}</master>
</settingsSecurity>

View File

@ -24,7 +24,7 @@ under the License.
<server>
<id>test</id>
<username>testuser</username>
<password>{8+qG0C/CnRsH+45rqY50rWb1cMILU4zu9K/sZ8omYzs=}</password>
<password>{BteqUEnqHecHM7MZfnj9FwLcYbdInWxou1C929Txa0A=}</password>
</server>
</servers>
</settings>