Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 78444 invoked from network); 10 Nov 2005 12:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 12:33:31 -0000 Received: (qmail 14892 invoked by uid 500); 10 Nov 2005 12:33:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 14599 invoked by uid 500); 10 Nov 2005 12:33:24 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 14584 invoked by uid 99); 10 Nov 2005 12:33:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 04:33:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ramfree17@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO zproxy.gmail.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 04:33:17 -0800 Received: by zproxy.gmail.com with SMTP id x7so356225nzc for ; Thu, 10 Nov 2005 04:33:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CZHl4OL2wvAt2AhrJDkU7V3XneB7dbg6QPa7nrgLNtrKQwsYjX2ut0U0GpXrTOXS/pqBesFbxrLefGecD5hZiVwCzF+cMN7eJvY34p+YcRQ3APvftWVWHPScJHu3uMBKvqln0ORVHbm5IlJPuuRuY6JoTkWUMRgt3DPmGoUXmqw= Received: by 10.36.178.7 with SMTP id a7mr487691nzf; Thu, 10 Nov 2005 04:33:02 -0800 (PST) Received: by 10.36.22.13 with HTTP; Thu, 10 Nov 2005 04:33:02 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2005 14:33:02 +0200 From: Anuerin Diaz To: Maven Users List Subject: not all child-child sub-modules are being built MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi, i apologize for the subject. :D just to organize our project structure we are putting all EJB projects in a child-directory named EJB. then i put this in the parent POM mod1 mod2 EJB/ejb1 EJB/ejb2 the problem is that only the last EJB module is being built. in my example above only ejb2 is going to be built. if i switch the positions of the two then only ejb1 will be built. i tried putting the EJB projects in between the mod1 and mod2 declaration and still only the last EJB project gets built but mod2 will be built just fine. in reality, all EJB projects are empty. they are just popoulated by the mod1 project (via an ant script) because every other ejb project has the same classes but different manifest values. is this a bug or an intended feature? i also tried making the EJB a "pom" project and declaring it as a module in the parent project. the EJB project will then declare the ejbX projects as its module. i was hoping that the maven goal invocations will cascade but it didn't. that is why i did it as stated above. thanks. ciao! -- "Programming, an artform that fights back" Anuerin G. Diaz Registered Linux User #246176 Friendly Linux Board @ http://mandrivausers.org/index.php http://capsule.ramfree17.org , when you absolutely have nothing else better to do --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org