From 9af89bd39c761f8d3c774a720fb0553383bc0122 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 27 Oct 2003 16:32:00 +0000 Subject: [PATCH] Apply MAVEN-703. Allows deployment of the site via FTP git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114238 13f79535-47bb-0310-9956-ffa450edef68 --- site/plugin.jelly | 43 ++++++++++++++++++++++++++++++++++++++++++ site/xdocs/changes.xml | 3 +++ 2 files changed, 46 insertions(+) diff --git a/site/plugin.jelly b/site/plugin.jelly index 28cd09c4..5dcf5bfc 100644 --- a/site/plugin.jelly +++ b/site/plugin.jelly @@ -64,6 +64,49 @@ + + + + + + + + + + + + siteAddress = ${pom.siteAddress} + siteDirectory = ${pom.siteDirectory} + siteUser = ${maven.username} + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index 32008f58..e4c9a468 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Apply MAVEN-703. Allows site deployment via ftp + Fix MAVEN-939. Top level site directory needs g+u