Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 21147 invoked from network); 8 Feb 2008 16:40:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 16:40:47 -0000 Received: (qmail 7592 invoked by uid 500); 8 Feb 2008 16:40:39 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 7557 invoked by uid 500); 8 Feb 2008 16:40:39 -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 7546 invoked by uid 99); 8 Feb 2008 16:40:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 08:40:39 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jan.sture.nielsen@gmail.com designates 209.85.142.189 as permitted sender) Received: from [209.85.142.189] (HELO ti-out-0910.google.com) (209.85.142.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 16:40:09 +0000 Received: by ti-out-0910.google.com with SMTP id a20so115728tia.2 for ; Fri, 08 Feb 2008 08:40:15 -0800 (PST) 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:content-transfer-encoding:content-disposition:references; bh=oTi3LO0MBBN/KysGn0tcVwnaT8//JY5lVjSgsA9h9dQ=; b=EkqDXyYufllIz6zCMku1z71WdWNWfAFM9mOt2hvMSh+c3N0ySjoE+6Y0d9EvKx0bdWJpwzLlkvwT5goVWKM5UBdEKQXY3CGgo6Q0wR16L7X+7LQ0Gq0ZdRAHsuQENb6//pFWQ1rbzhlxx43hFGXgXBZQe+w+WeYMIe3NrgucOMk= 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:content-transfer-encoding:content-disposition:references; b=OIFYfdlLxhrvHzCnZlSr8NuEss06/K/w8Lgs5359070bbqddyGdNDvLZH7BeFu/l63dAeCpF5BOlKN3cqHH7kLzk/KlJ6ITXRyxrwevYMJpJ1u6DLO3S1x/304y3WaDbUv6NqI6YlMkTQh5/wu4WN6hcUUKmPXlLMVQv9xA8zUU= Received: by 10.150.133.17 with SMTP id g17mr5384022ybd.27.1202488814002; Fri, 08 Feb 2008 08:40:14 -0800 (PST) Received: by 10.150.98.6 with HTTP; Fri, 8 Feb 2008 08:40:13 -0800 (PST) Message-ID: Date: Fri, 8 Feb 2008 09:40:13 -0700 From: "Jan Nielsen" To: continuum-users@maven.apache.org Subject: Re: Missing 'scm' element in the POM. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org The structure in Subversion is: myproj/pom.xml myproj/subproj1/pom.xml myproj/subproj2/pom.xml with a module definition of: subproj1 subproj2 So, the sub-modules are sub-projects of the root module in Subversion. -Jan On Feb 7, 2008 5:11 PM, Jan Nielsen wrote: > I do; the pom.xml is identical to my workstation pom.xml. And the same > pom.xml works in Continuum 1.0.3. > > > On Feb 7, 2008 3:03 PM, Emmanuel Venisse wrote: > > do you have scm element defined in the pom stored in your svn? > > > > Emmanuel > > > > > > On Feb 7, 2008 9:25 PM, Jan Nielsen wrote: > > > > > In Continuum 1.1, installed as a WAR in GlassFish 9.1ur1 on Windows, I > > > have a multi-module Maven 2 POM being uploaded with a POM Url: > > > > > > file:///c:/dev/myproj/trunk/pom.xml > > > > > > with appropriate username, password, "Defined by POM" project group, > > > and a checked "load only root as recursive build" and the default > > > build definition template ("Default"). I have enabled file scheme; > > > svn.exe is part of the %PATH%; and the pom.xml has the following scm > > > element (sub-modules do not have an SCM element): > > > > > > > > > scm:svn:svn://xxx.xxx.xxx.xxx/myproj/trunk > > > > > > scm:svn:svn://xxx.xxx.xxx.xxx/myproj/trunk > > > http://xxx.xxx.xxx/view/myproj/trunk/ > > > > > > > > > The build from CLI with Maven 2.0.8 works fine, including the site > > > goal which uses the scm element data successfully in the StatScm > > > plugin; and this POM is successfully executed by Continuum 1.0.3 on > > > Tomcat 6.0 instance to build everything including the site goal which > > > includes the StatScm plugin. > > > > > > I found a few relevant other posts like: > > > > > > > > > http://www.nabble.com/trouble-adding-Maven-2.0-pom-td13778433.html#a13778433 > > > > > > but in "myproj" is, in fact, in Subversion and the SCM URLs appear to > > > be correct. > > > > > > Any ideas? > > > > > > > > > Thanks, > > > > > > -Jan > > > > > >