You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/05 19:19:59 UTC

[GitHub] [maven-deploy-plugin] slawekjaranowski commented on a diff in pull request #21: [doc] improve site documentation deploy-ssh-external example

slawekjaranowski commented on code in PR #21:
URL: https://github.com/apache/maven-deploy-plugin/pull/21#discussion_r843179383


##########
src/site/apt/examples/deploy-ssh-external.apt:
##########
@@ -58,9 +58,26 @@ Deployment of artifacts in an external SSH command
 
 +----+
 
- If you are deploying from Unix or have Cygwin installed you won't need to any additional configuration in your <<<settings.xml>>>
- file as everything will be taken from the environment. But if you are on Windows and are using something like <<<plink>>> then
- you will need something like the following:
+ If you are deploying from Linux/Unix or have Cygwin installed you only need to add the location of your PEM based private key in your <<<settings.xml>>>
+ 
++----+
+
+<settings>
+  ...
+  <servers>
+    <server>
+      <id>production-server</id>

Review Comment:
   `id` should be the same as in `distributionManagement`



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org