From continuum-users-return-5023-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Oct 23 14:09:21 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 11965 invoked from network); 23 Oct 2007 14:09:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 14:09:21 -0000 Received: (qmail 23272 invoked by uid 500); 23 Oct 2007 14:09:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 23235 invoked by uid 500); 23 Oct 2007 14:09:04 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 23198 invoked by uid 99); 23 Oct 2007 14:09:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 07:09:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 14:09:08 +0000 Received: by wx-out-0506.google.com with SMTP id h28so1620510wxd for ; Tue, 23 Oct 2007 07:08:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DMwFY1Ih+hR60BYIzYleLYqLjKujjtLn59AjG72uf1w=; b=phM+drbtuJaNviRfoZEX0uy9gbPNA3iHH4QYtzcqfARDiVQ52nySndCq3QONCpIVJI3VehotyurzNpoqNCcFEHEkld/T1n5tEICevaXiD3mjI9YeAcUmA7kPAtep4KEqsQdeYqPfP299M6JYP7kX7bYK+OovSICs+BwLy6SPUb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OAxR2DLhtPmMXlh05+OsuvoDiqfoDPfvyJIKnjG/voIlE8B8K1iP/9RRLTj/R0EdCVCvE/97IwkXm+FFQaKDKTYETDR4nrZ1HKBKcWxaj0B2XFpmvZOUQvuCpycQGTYz9eEyRTJz2jZHLCi5jm1w80Xz7ah1SHFCOIsrfw6ng9g= Received: by 10.90.25.3 with SMTP id 3mr117039agy.1193148527426; Tue, 23 Oct 2007 07:08:47 -0700 (PDT) Received: by 10.90.103.3 with HTTP; Tue, 23 Oct 2007 07:08:47 -0700 (PDT) Message-ID: Date: Tue, 23 Oct 2007 07:08:47 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: How to compile a project in svn? In-Reply-To: <13364377.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <13250230.post@talk.nabble.com> <471DDC40.5090808@venisse.net> <13363389.post@talk.nabble.com> <471DF157.7040509@venisse.net> <13364377.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/23/07, ichasco wrote: > I have just had a new question, if for example i want to do: mvn site... = how > can i do to copy the files that this action makes into ther repository > https://.../svn/projectA/site (for example)? Is it possible? I believe th= at > i have read in the forum that these files can only be stored in the build > output directory but i don=B4t know if it is true or it happened with old= er > versions. Deploying directly to a Subversion repo is supposed to be possible by using wagon-scm as a build extension and a scm:svn:https:// url for distributionManagement/site/url. I've seen a solution described that uses snapshots of wagon-scm, maven-scm-manager-plexus, and maven-scm-provider-svnexe, but I haven't tried it myself. --=20 Wendy