On Tue, Jul 8, 2008 at 5:11 AM, Pawan Preetsingh Gandhi < [EMAIL PROTECTED]> wrote:
> > Hi Emmanuel, > > My pom.xml is in svn repo. Under > > 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<https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trunk/Development/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. As it is explain in the logs, you must add scm informations in your POM like this: <scm> <connection>scm:svn: https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trunk/Development/Code/Continuous_Integration/Continuum-Cobertura-JUnit/<https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trunk/Development/Code/Continuous_Integration/Continuum-Cobertura-JUnit/pom.xml> </connection> <developerConnection>scm:svn: https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trunk/Development/Code/Continuous_Integration/Continuum-Cobertura-JUnit/<https://scm1.del.rs.sapient.com/svn/repos/javapractice/javapractice/trunk/Development/Code/Continuous_Integration/Continuum-Cobertura-JUnit/pom.xml> </developerConnection> </scm> Continuum use it to know how to checkout your sources. Emmanuel > > > > Please let me know will it be some SVN url. > > -Pawan > > > > -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2008 8:27 PM > To: [email protected] > 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 < > [EMAIL PROTECTED]> 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 > > > > > > >
