From continuum-users-return-3847-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed May 23 22:07:46 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 16484 invoked from network); 23 May 2007 22:07:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 22:07:46 -0000 Received: (qmail 91585 invoked by uid 500); 23 May 2007 22:07:49 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 91565 invoked by uid 500); 23 May 2007 22:07: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 91554 invoked by uid 99); 23 May 2007 22:07:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 15:07:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [168.158.192.19] (HELO phx-server1.testadvantage.com) (168.158.192.19) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 15:07:43 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Maven 2 - POM Hookup Question Date: Wed, 23 May 2007 15:07:52 -0700 Message-ID: In-Reply-To: <46546830.9070008@venisse.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Maven 2 - POM Hookup Question Thread-Index: AcedVZpHz0D+bek4RcKHZ2UJntVUhAAMFbMg References: <46546830.9070008@venisse.net> From: "Randall Fidler" To: X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm able to get to the POM via the following URL: http://10.1.1.13:8080/@md=3Dd&cd=3D//depot/Library/TAUtilities_1.2_DEV/&c= df=3D//depot/Library/TAUtilities_1.2_DEV/pom.xml&sr=3D9423&c=3D5rH@//depo= t/Library/TAUtilities_1.2_DEV/pom.xml I can have open in one browser tab the link to continuum and the other = the link to the pom (above) on the Continuum server machine, the point = being that Continuum can get to URL, there's no network block. For = whatever reason however when I try to submit the URL to create the = project, it says the URL is not valid. Like I said, I can click on the = link (using a browser on the Continuum server) and the POM.xml file is = displayed. Some sort of formatting issue? I thought perhaps it's a browser 'massaged' URL which is in the address = bar but the actual hyperlink def is the same as what's in the address = bar when actually viewing the pom.xml... any ideas? Thanks! Regards, Randall -----Original Message----- From: Emmanuel Venisse [mailto:emmanuel@venisse.net]=20 Sent: Wednesday, May 23, 2007 9:14 AM To: continuum-users@maven.apache.org Subject: Re: Maven 2 - POM Hookup Question http, https, ftp protocol are supported, and file if it is allowed in = the continuum configuration Emmanuel Randall Fidler a =E9crit : > Wendy, >=20 > What protocols does the URL support? Does it have to be HTTP or > can FTP work? Just peeking around there's a FTP plugin for Perforce > which could provide access to the poms. >=20 > Thanks again! >=20 > Regards, >=20 > Randall >=20 > -----Original Message----- > From: Wendy Smoak [mailto:wsmoak@gmail.com]=20 > Sent: Tuesday, May 22, 2007 9:22 PM > To: continuum-users@maven.apache.org > Subject: Re: Maven 2 - POM Hookup Question >=20 > On 5/22/07, Randall Fidler wrote: >=20 >> When providing Continuum with a Maven POM via URL, what URL? POM's >> sitting on a local Maven repository? The pom which is located in/on > the >> projects website (i.e. website generated by site goal in maven)? > Where >> is this POM located? Also, how does this work for multi-module POMs? >> Assuming they'd have their own maven project and you can point to the >> pom there? >=20 > Usually, it's the pom sitting in the project's source control > repository, which is often visible via a http or https url. Is that > an option for your project? >=20 > Once Continuum retrieves the pom, it uses the (different) url in the > element to check out the source code. >=20 > When the pom has modules, they will get added to the project group as > individual projects. I'm not sure at which step that happens, but it > does happen. >=20