You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/27 17:22:27 UTC

[maven-deploy-plugin] branch master updated: added a menu entry for the new "deploy with network issues" doc

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c7ad685  added a menu entry for the new "deploy with network issues" doc
c7ad685 is described below

commit c7ad6850656e9489b28be28d501f681128cccda3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 27 18:22:23 2019 +0100

    added a menu entry for the new "deploy with network issues" doc
---
 src/site/site.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index f4ccb71..6541e2e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -59,7 +59,8 @@ under the License.
     <menu name="Examples">
       <item name="Project Deployment" collapse="true" href="project-deployment.html">
         <item name="Deployment with FTP" href="examples/deploy-ftp.html" />
-        <item name="Deployment with external SSH " href="examples/deploy-ssh-external.html"/>
+        <item name="Deployment with external SSH" href="examples/deploy-ssh-external.html"/>
+        <item name="Deploying With Network Issues" href="examples/deploy-network-issues.html"/>
       </item>
 
       <item name="File Deployment" collapse="true" href="file-deployment.html">