jira-importer commented on issue #916: URL: https://github.com/apache/maven-scm/issues/916#issuecomment-2964632836
**[Eddie Webb](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eddiewebb)** commented Update. I can now verify that the password is passed when using configuration section of the project pom, but does not decrypt the password. Switching between the unencrypted and encrypted password manually resolves the issue. THe same appears to be true if stored in settings.xml using the hostname as the server ID. encrypted password in pom.xml ``` [INFO] Executing: /bin/sh -c cd /opt/lforge/testing/bootstrap/target && svn --username cp_lforge_crucible --password '*****' --no-auth-cache --non-interactive checkout https://svn-forge.com/svn/FORGE/maven/repository/bootstrap/trunk /opt/lforge/testing/bootstrap/target/checkout [INFO] Working directory: /opt/lforge/testing/bootstrap/target [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] svn: OPTIONS of 'https://svn-forge.com/svn/FORGE/maven/repository/bootstrap/trunk': authorization failed (https://svn-forge.com) ``` plain-text password in pom.xml ``` [scm:checkout {execution: default-cli}] [INFO] Removing /opt/lforge/testing/target/checkout [INFO] Executing: /bin/sh -c cd /opt/lforge/testing/target && svn --username cp_lforge_crucible --password '*****' --no-auth-cache --non-interactive checkout https://svn-forge.com/svn/FORGE/maven/repository/bootstrap/trunk /opt/lforge/testing/target/checkout [INFO] Working directory: /opt/lforge/testing/target [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
