Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 79310 invoked from network); 27 Jul 2006 07:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 07:25:52 -0000 Received: (qmail 68619 invoked by uid 500); 27 Jul 2006 07:25:49 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 68575 invoked by uid 500); 27 Jul 2006 07:25:49 -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 68551 invoked by uid 99); 27 Jul 2006 07:25:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 00:25:48 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS,USERPASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jettro.coenradie@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; Thu, 27 Jul 2006 00:25:47 -0700 Received: by nf-out-0910.google.com with SMTP id q29so70690nfc for ; Thu, 27 Jul 2006 00:25:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=b8fZEN3yLfiyVEmLq8OIyHpbDAgPSCfrqCuYy/L9wn3MgK+s1MtKPvPROdp6qyfeiKWezHM/0Sy80CvfFTCkJ1WEVaxb+bcLVz3GoCCPem8gOeSRYPs5qOJNWdy0dwAt2xPjIJoHuKpu7ZfqnYfkFfRhYWxjGBMByYu7mRnQJP4= Received: by 10.78.140.17 with SMTP id n17mr3654854hud; Thu, 27 Jul 2006 00:25:26 -0700 (PDT) Received: by 10.78.83.12 with HTTP; Thu, 27 Jul 2006 00:25:26 -0700 (PDT) Message-ID: <9e3f1b770607270025y26513587mda2a6847b35fbb59@mail.gmail.com> Date: Thu, 27 Jul 2006 09:25:26 +0200 From: "Jettro Coenradie" Sender: jettro.coenradie@gmail.com To: continuum-users@maven.apache.org Subject: Re: Configuring Continuum to authenticate with SCM In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_84789_10566573.1153985126609" References: X-Google-Sender-Auth: f6fe6270a396aea3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_84789_10566573.1153985126609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There is still a question hanging around in my head related to this issue. If I try to add a project with the following url I get a message that the url is not valid https://username:password@host/svn/name/pom.xml "You must provide a valid url (...)" I cannot seem to get this to work, if I omit the username:password@ stuff I receive a 401 response. Anyone has any ideas? On 7/26/06, Jesse McConnell wrote: > > you should just need to setup the settings.xml file for the user that > is running the continuum instance. > > general rule of thumb is that if you can run it from the commandline > it ought to run in continuum. > > There is a url format that you can use when pointing at the top lvl > pom.xml when adding the m2 project > > https://username:password@host/scm/foo/pom.xml > > that should bypass certificates as well, there is something janky with > it right now as well so you _may_ need to hit that url, then with the > s in the https with the same url and then again the url above. there > is a jira ticket on that strangeness > > jesse > > On 7/26/06, Chris Audley wrote: > > I'm new to Continuum and I'm trying to get my first project up and > > running. > > > > The code for the project is stored in a subversion repository accessed > > through secure HTTP (Apache server). All access to the repository > > requires authentication. I can create an account for the continuum > > server, but how do I configure the account information in pom.xml and > > settings.xml for the server to authenticate? > > > > Thanks for any help > > Chris > > > > > -- > jesse mcconnell > jesse.mcconnell@gmail.com > ------=_Part_84789_10566573.1153985126609--