bwalding 2003/07/18 00:37:18
Modified: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
GenericSshDeployer.java
Log:
Fix typo. passpharse -> passphrase
Revision Changes Path
1.5 +2 -2
maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java
Index: GenericSshDeployer.java
===================================================================
RCS file:
/home/cvs/maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GenericSshDeployer.java 17 Jul 2003 11:13:17 -0000 1.4
+++ GenericSshDeployer.java 18 Jul 2003 07:37:17 -0000 1.5
@@ -154,7 +154,7 @@
{
String msg =
"Private key provided "
- + "without passpharse for repo: "
+ + "without passphrase for repo: "
+ repoInfo.getRepositoryAlias();
throw new AuthenticationException(msg);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]