mirror of https://github.com/apache/maven.git
added some output to investigate unexpected failures
This commit is contained in:
parent
b4a1558c6e
commit
fe1f7cd5d0
|
@ -124,6 +124,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
|
|||
verifier.assertArtifactNotPresent( "org.apache.maven.its.mng0553", "a", "0.1-SNAPSHOT", "jar" );
|
||||
verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8", filterProps );
|
||||
setUserHome( verifier, new File( testDir, "userhome" ) );
|
||||
verifier.addCliOption( "--show-version" );
|
||||
verifier.addCliOption( "--settings" );
|
||||
verifier.addCliOption( "settings.xml" );
|
||||
verifier.executeGoal( "validate" );
|
||||
|
@ -195,6 +196,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
|
|||
verifier = newVerifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
setUserHome( verifier, new File( testDir, "userhome" ) );
|
||||
verifier.addCliOption( "--show-version" );
|
||||
verifier.addCliOption( "--encrypt-password" );
|
||||
verifier.addCliOption( "testpass" );
|
||||
verifier.setLogFileName( "log-ep.txt" );
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Maven Integration Test :: MNG-533</name>
|
||||
<name>Maven Integration Test :: MNG-533 ${user.home}</name>
|
||||
<description>
|
||||
Test that the auth infos given in the settings.xml are properly decrypted.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue