Return-Path: Delivered-To: apmail-maven-wagon-dev-archive@www.apache.org Received: (qmail 56444 invoked from network); 11 Oct 2005 00:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 00:37:36 -0000 Received: (qmail 69456 invoked by uid 500); 11 Oct 2005 00:37:36 -0000 Delivered-To: apmail-maven-wagon-dev-archive@maven.apache.org Received: (qmail 69427 invoked by uid 500); 11 Oct 2005 00:37:35 -0000 Mailing-List: contact wagon-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: wagon-dev@maven.apache.org List-Id: "Maven Wagon Developers List" Delivered-To: mailing list wagon-dev@maven.apache.org Received: (qmail 69415 invoked by uid 99); 11 Oct 2005 00:37:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 17:37:35 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 17:37:36 -0700 Received: (qmail 2867 invoked by uid 89); 11 Oct 2005 00:37:11 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 11 Oct 2005 00:37:11 -0000 Message-ID: <5190106.1128991031984.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 10 Oct 2005 19:37:11 -0500 (CDT) From: "Brett Porter (JIRA)" To: wagon-dev@maven.apache.org Subject: [jira] Closed: (WAGON-12) add directory copy ability In-Reply-To: <847713.1105301847828.JavaMail.orion@beaver.codehaus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/WAGON-12?page=all ] Brett Porter closed WAGON-12: ----------------------------- Resolution: Fixed > add directory copy ability > -------------------------- > > Key: WAGON-12 > URL: http://jira.codehaus.org/browse/WAGON-12 > Project: wagon > Type: New Feature > Reporter: Brett Porter > Assignee: Brett Porter > Fix For: 1.0-alpha-5 > > > this may already exist (I remember Michal doing something, perhaps in the site mojo?) for directory copy ability. > I believe this should be in wagon. > The ability to tar, scp, extract is a common way, but for file:// it can just be cp -R. We may disable for HTTP and/or FTP as I'm not sure how atomic/slow that would be. > I also think the following should be available: > - rsync > - ability to clean target beforehand (rm -rf, or rsync with --delete) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org For additional commands, e-mail: wagon-dev-help@maven.apache.org