From users-return-6668-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Jul 08 03:11:42 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 99500 invoked from network); 8 Jul 2008 03:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 03:11:42 -0000 Received: (qmail 37479 invoked by uid 500); 8 Jul 2008 03:11:41 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 37449 invoked by uid 500); 8 Jul 2008 03:11:41 -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 37438 invoked by uid 99); 8 Jul 2008 03:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 20:11:41 -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 pgandhi3@sapient.com designates 202.144.61.70 as permitted sender) Received: from [202.144.61.70] (HELO delmail1.sapient.com) (202.144.61.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 03:10:48 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Continuum | How to setup a Maven project Date: Tue, 8 Jul 2008 08:41:07 +0530 Message-ID: <9123899E1EF33A42AA7A5769A4AF477E0CD404@delmail1.sapient.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Continuum | How to setup a Maven project thread-index: AcjgQfIHFs409XdqQFah/4qyULY3KgAZd0tg References: <9123899E1EF33A42AA7A5769A4AF477E0CD402@delmail1.sapient.com> From: "Pawan Preetsingh Gandhi" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi Emmanuel, My pom.xml is in svn repo. Under=20 https://scm1.del.rs.abs.com/svn/repo/trunk/javapractice/pom.xml When I use it by providing user/password, I get error jvm 1 | 2008-07-08 08:36:34,629 [SocketListener0-0] INFO org.apache.maven.continuum.project.builder.ContinuumProject Builder:maven-two-builder - Downloading https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trun k/Devel opment/Code/Continuous_Integration/Continuum-Cobertura-JUnit/pom.xml jvm 1 | 2008-07-08 08:36:39,145 [SocketListener0-0] ERROR org.apache.maven.continuum.execution.maven.m2.MavenBuilderH elper:default - Missing 'connection' element in the 'scm' element in the Coverage POM. Please let me know will it be some SVN url. -Pawan -----Original Message----- From: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com]=20 Sent: Monday, July 07, 2008 8:27 PM To: users@continuum.apache.org Subject: Re: Continuum | How to setup a Maven project You can't upload actually a multi-module project. In your case, you must use the URL field. Allowed protocols are http(s) and ftp. You can use file protocol too if you configure it in WEB-INF/classes/META-INF/plexus/application.xml, a Continuum restart is required. Emmanuel On Mon, Jul 7, 2008 at 1:43 PM, Pawan Preetsingh Gandhi < pgandhi3@sapient.com> wrote: > > Hi Everyone, > > I have a project with multiple modules > > Parent have one pom.xml > And child folder (core) has pom.xml which acts as child module. > > I did Ant setup successfully but I am not getting for Maven 2.0 project. > It is mentioned that specify POM URL or upload. I need to know that what > are these options. > > I have my project repo as SVN, so is POM URL as SVN repo URL or some > local copy of pom.xml. Please explain so that I can setup the project > easily. > > Thanks > Pawanpreet Singh > > >