Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 83825 invoked from network); 19 Aug 2008 09:04:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 09:04:14 -0000 Received: (qmail 51212 invoked by uid 500); 19 Aug 2008 09:04:11 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 51175 invoked by uid 500); 19 Aug 2008 09:04:11 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 51164 invoked by uid 99); 19 Aug 2008 09:04:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 02:04:11 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 09:03:13 +0000 Received: by nf-out-0910.google.com with SMTP id d3so1286150nfc.20 for ; Tue, 19 Aug 2008 02:03:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=XZyPP3avuQKMQEtS+43d9Hmx3KF4XS4e+erKuWEGq0g=; b=RJCwvLo8/iSjoHY7eO/gagoSBpq3ppvWRloZUu5MaQ2qci223Gxkfo9miJeC0x9A6c h9n6duaDbjuxyQHlBER76z9o4OYJv+uNcmg7/bTtvKItDHZ037tLXFsfvuuwl8ao+2du ImC8o8CSx31pIJOV7KUnxtQTJXhTKcxnTmjYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=JLfgi3kWFq8T8Cv9mGmskxnj1VU8OJrv7qiO6Bs5C7+T/ydnMDQO8z9qvA3AeZxSso Mq1s1f1p4klfV5GGNZRju62CvZ/oEBytgeLPQt353l3+RehWqeV11F4JAb8BIeSozcZD e0DCEHXbo5CW+HqC8wrhA3MrR/bveJdrfTIf0= Received: by 10.210.36.8 with SMTP id j8mr9495059ebj.155.1219136602938; Tue, 19 Aug 2008 02:03:22 -0700 (PDT) Received: by 10.210.34.8 with HTTP; Tue, 19 Aug 2008 02:03:22 -0700 (PDT) Message-ID: Date: Tue, 19 Aug 2008 11:03:22 +0200 From: "Emmanuel Venisse" To: users@continuum.apache.org Subject: Re: subversion authentication in maven2 build fails In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25613_26164279.1219136602924" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_25613_26164279.1219136602924 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline You can set the svn user/password in the project page or you run a checkout with the svn user under the tomcat user, so svn authentication will be cached by svn. svn doesn't use $M2_HOME/conf/settings.xml ;-) Emmanuel On Tue, Aug 19, 2008 at 10:19 AM, Martin Goldhahn wrote: > Hi! > I use continuum 1.1 and run a maven2 build. THe build fails with the > following message: > > Provider message: The svn command failed. > Command output: > > ------------------------------------------------------------------------------- > svn: PROPFIND request failed on '/repos/portal/parent-pom/trunk' > svn: PROPFIND of '/repos/portal/parent-pom/trunk': authorization > failed (http://source.uis.no) > > ------------------------------------------------------------------------------- > > Continuum runs as a web application under tomcat 6 on Linux as user > tomcat6. > Maven 2.0.9 is installed on this machine. > > The subversion repository is served by mod_svn and apache-2.2 on > Windows. The authentication is done with the mod_authnz_ldap. > This setup works fine for anything else but continuum. > > I added a section in $M2_HOME/conf/settings.xml with the > needed credential and password. But Continuum doesn't seem to pick > that up. I also set the debug parameter on the maven build definition, > but that didn't show more information than the one above. > > Where can I set the authentication information for the svn command? > > Cheers > Martin > ------=_Part_25613_26164279.1219136602924--