Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 36921 invoked from network); 20 Sep 2006 07:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 07:50:36 -0000 Received: (qmail 54408 invoked by uid 500); 20 Sep 2006 07:50:34 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 54388 invoked by uid 500); 20 Sep 2006 07:50:33 -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 54377 invoked by uid 99); 20 Sep 2006 07:50:33 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of julien.henry@capgemini.com designates 194.3.247.82 as permitted sender) Received: from [194.3.247.82] (HELO mxepar01.capgemini.com) (194.3.247.82) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 00:50:32 -0700 Received: from mxipar01.capgemini.com (prvmta2 [194.3.224.82]) by mxepar01.capgemini.com (8.13.6/8.13.6) with ESMTP id k8K7lKCb015758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 20 Sep 2006 09:47:20 +0200 (MEST) Received: from prvmta2.capgemini.com (localhost [127.0.0.1]) by mxipar01.capgemini.com (8.13.6/8.13.6) with ESMTP id k8K7lKVd027887 for ; Wed, 20 Sep 2006 09:47:20 +0200 (MEST) Received: from pasteur2.capgemini.fr (smtp.capgemini.fr [10.67.1.90]) by prvmta2.capgemini.com (8.13.6/8.13.6) with ESMTP id k8K7lKfU027883 for ; Wed, 20 Sep 2006 09:47:20 +0200 (MEST) Received: from pasteur.capgemini.fr (localhost [127.0.0.1]) by pasteur2.capgemini.fr (8.12.10/8.12.10) with ESMTP id k8K7lKFE012254 for ; Wed, 20 Sep 2006 09:47:20 +0200 (MEST) Received: from [10.67.39.112] ([10.67.39.112]) by pasteur.capgemini.fr (8.12.10/8.12.10) with ESMTP id k8K7lKVX012244 for ; Wed, 20 Sep 2006 09:47:20 +0200 (MEST) Message-ID: <4510F207.2020906@capgemini.fr> Date: Wed, 20 Sep 2006 09:47:19 +0200 From: Julien Henry User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: How to deal with modules References: <31DA922B80471A47BF3A44EDD7BCA4CE05AA9C52@tmnlams1000.ncm.com> <4510115A.6030604@capgemini.fr> <4510131F.8080304@venisse.net> In-Reply-To: <4510131F.8080304@venisse.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Finally, it works with parent POM. Our settings.xml was configured in $MAVEN_HOME/conf/settings.xml, but continuum was using '/usr/share/continuum-1.0.3/bin/linux/conf/settings.xml' and '/root/.m2/settings.xml' Yesterday, I changed /usr/share/continuum-1.0.3/bin/linux/conf/settings.xml to work with our proxy, but I forgot to restart Continuum :o and the changes were not taken into account. Thanks for your help ! Julien Emmanuel Venisse a �crit : > Continuum understand well parent pom, it's just a pb with your > settings conf (probably proxy settings) > > You can output the one used if you change the level log of > org.apache.maven.continuum.execution.maven.m2.DefaultMavenBuilderHelper > to DEBUG > > Emmanuel > > Julien Henry a �crit : >> >> Hi, >> >> Thanks for you tips. The solution was to remove parent declaration, >> and to add the missing dependencies. >> >> But it could be easier if continuum was understanding parent pom... >> >> ++ >> >> Julien >> >> Andre.Tran@atradius.com a �crit : >>> Hello, >>> >>> well, I found a way to build multi modules in continuum: >>> 1- simply remove the modules in copy of the parent pom. >>> 2- upload this copy >>> 3. continuum will co from ccm all sources and build all modules in >>> the same >>> project, as result. >>> >>> But in your case, for my mind of course, the best way is removing >>> the parent >>> declaration, even if you should put in your folder structure the parent >>> source... >>> >>> hope that it is helped you. >>> >>> regards, >>> Andre >>> >>> >>> >>>> -----Original Message----- >>>> From: Emmanuel Venisse [mailto:emmanuel@venisse.net] >>>> Sent: dinsdag 19 september 2006 10:15 >>>> To: continuum-users@maven.apache.org >>>> Subject: Re: How to deal with modules >>>> >>>> >>>> >>>> >>>> Julien Henry a �crit : >>>> >>>>> Hi, >>>>> >>>>> I'm working on a scm plugin for Synergy. I would like to put it on >>>>> continuum in my company, but I get an error from continuum: >>>>> >>>>> >>>>> Continuum Error >>>>> >>>>> * Cannot build maven project from >>>>> /tmp/continuum/svn/laposte/maven-scm-provider-ccm/trunk/pom.xml >>>>> (Cannot find parent: >>>> org.apache.maven.scm:maven-scm-providers for >>>> >>>>> project: >>>>> >>>> org.apache.maven.scm:maven-scm-provider-synergy:jar:1.0-SNAPSHOT). >>>> >>>>> Check the logs for more details. >>>>> >>>> Do you have more details in your logs? >>>> >>>> It seems it couldn't download the parent pom from the repo, do you >>>> use a proxy? >>>> >>>> Emmanuel >>>> >>>>> Here is the pom : >>>>> >>>>> >>>>> >>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >>>>> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 >>>>> http://maven.apache.org/maven-v4_0_0.xsd"> >>>>> 4.0.0 >>>>> >>>>> maven-scm-providers >>>>> org.apache.maven.scm >>>>> 1.0-SNAPSHOT >>>>> >>>>> org.apache.maven.scm >>>>> maven-scm-provider-synergy >>>>> Maven SCM Synergy Provider >>>>> 1.0-SNAPSHOT >>>>> >>>>> >>>>> >>>> scm:svn:http://iliade.sud.capgemini.fr/svn/laposte/maven-scm-p >>>> rovider-ccm/trunk >>>>> >>>>> >>>>> >>>> scm:svn:http://iliade.sud.capgemini.fr/svn/laposte/maven-scm-p >>>> rovider-ccm/trunk >>>>> >>>>> >>>>> >>>> >>> pname=La+Poste+-+Provider+SCM+Maven+Synergy&path=%2Ftrunk%2F&r >>>> ev=0&sc=0]]> >>>>> >>>>> >>>>> >>>>> >>>>> Maven Snapshots >>>>> >>>> http://people.apache.org/maven-snapshot-repository/ >>>> >>>>> >>>>> daily >>>>> >>>>> >>>>> daily >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> org.codehaus.modello >>>>> modello-maven-plugin >>>>> 1.0-alpha-6 >>>>> >>>>> >>>>> >>>>> java >>>>> xpp3-reader >>>>> xsd >>>>> >>>>> >>>>> >>>>> >>>>> 1.0.0 >>>>> src/main/mdo/synergy-settings.mdo >>>>> >>>>> >>>>> >>>>> org.apache.maven.plugins >>>>> maven-scm-plugin >>>>> >>>>> >>>>> org.apache.maven.scm >>>>> >>>>> maven-scm-provider-synergy >>>>> >>>>> 1.0-SNAPSHOT >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Thanks >>>>> >>> >>> >>> ------------------------------------------------------------------------------------------------------------ >>> >>> This message is intended for the addressee or its representative >>> only. Any form of unauthorized use, publication, reproduction, >>> copying or disclosure of the content of this e-mail is not >>> permitted. If you are not the intended recipient of this e-mail >>> message and its contents, please notify the sender immediately and >>> delete this message and all its attachments subsequently. >>> >>> >>> >> > -- _________________________________________________________________________ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com Porte de l�Ar�nas � Entr�e B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business Experience**** ** _________________________________________________________________________ This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.