From d200ac479f2a340519349cc3578f0f854f63a22d Mon Sep 17 00:00:00 2001 From: aheritier Date: Thu, 9 Jun 2005 21:58:28 +0000 Subject: [PATCH] Begin to work on 1.6.2-SNAPSHOT Fix MPSITE-27 : FTP deployment doesn't create the remote directory root. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189828 13f79535-47bb-0310-9956-ffa450edef68 --- site/plugin.jelly | 7 +++++++ site/project.xml | 4 +--- site/xdocs/changes.xml | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/site/plugin.jelly b/site/plugin.jelly index 7bb73110..2e348b8f 100644 --- a/site/plugin.jelly +++ b/site/plugin.jelly @@ -135,7 +135,14 @@ + diff --git a/site/project.xml b/site/project.xml index 7495a3ed..52f06a42 100644 --- a/site/project.xml +++ b/site/project.xml @@ -1,5 +1,4 @@ - - ../plugin-parent/project.xml 3 maven-site-plugin Maven Site Plugin - 1.6.1 + 1.6.2-SNAPSHOT Generate web site. Generate web site http://maven.apache.org/reference/plugins/site/ diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index 65edd612..ba3b4bce 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -1,5 +1,4 @@ - - Changes dIon Gillard + + FTP deployment doesn't create the remote directory root. + Goal site:ftpdeploy does nothing In SSH mode do not continue with other commands if any prior commands have failed