From continuum-users-return-4088-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Jul 12 09:57:29 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 54095 invoked from network); 12 Jul 2007 09:57:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 09:57:28 -0000 Received: (qmail 75703 invoked by uid 500); 12 Jul 2007 09:57:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 75680 invoked by uid 500); 12 Jul 2007 09:57:29 -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 75669 invoked by uid 99); 12 Jul 2007 09:57:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 02:57:29 -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 [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jul 2007 02:57:26 -0700 Received: (qmail 16262 invoked from network); 12 Jul 2007 09:57:06 -0000 Received: from 59.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.59) by 0 with SMTP; 12 Jul 2007 09:57:06 -0000 Message-ID: <4695FAE4.7030509@venisse.net> Date: Thu, 12 Jul 2007 11:56:52 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: How to add projects with modules???? References: <11519417.post@talk.nabble.com> <46937694.9010302@venisse.net> <11520534.post@talk.nabble.com> <11556587.post@talk.nabble.com> In-Reply-To: <11556587.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org javijava a écrit : > first, thans for reply Napoleon. > I use the continuum version stable. If it's 1.0.3, I'm not sure it works fine with "../" in module path You can try 1.1-alpha-2, a first beta will be release in few days. and alpha-2 is stable too. Emmanuel > > I put other example of structure more easy: (if this woks then i try after > the 3 levels structure :p) > > > > repo > | > | > |------------all---------pom.xml //the superpom > | > | > |-----------proyectA > | |------- pom.xml > | |--------release > | > |-----------proyectB > | |--------pom.xml > | |--------release > > Who must have the SCM???? i put it in all the pom's . > > > pom all: > > groupid > all > pom > 1.0-SNAPSHOT-FIX-HIBERNATE > All > > > ../projectA > ../projectB > > > > scm:svn:svn://localhost/svn/prova/repo/all > > scm:svn:svn://localhost/svn/prova/repo/all > > > > pom projectA: > > groupid > projectA > jar > > groupid > all > 1.0-SNAPSHOT-FIX-HIBERNATE > ../all > > > ...... > > maven-release-plugin > > > http://localhost/svn/prova/repo/projectA/release > usr > pssw > > > ...... > > > scm:svn:svn://localhost/svn/prova/repo/projectA > > scm:svn:svn://localhost/svn/prova/repo/projectA > > > > pom projectB: > > groupid > projectB > jar > > groupid > all > 1.0-SNAPSHOT-FIX-HIBERNATE > ../all > > > ...... > > maven-release-plugin > > > http://localhost/svn/prova/repo/projectB/release > usr > pssw > > > ...... > > > scm:svn:svn://localhost/svn/prova/repo/projectB > > scm:svn:svn://localhost/svn/prova/repo/projectB > > > when I add this poms in continuum (I only must add the superpom), and try to > do a build or release from project A or B... continuum try to download the > superpom from repositories,don't find it and fail. > > If you need more information tell me. I hope you can help me. Thanks >