Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 9965 invoked from network); 1 Oct 2010 23:38:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 23:38:35 -0000 Received: (qmail 40040 invoked by uid 500); 1 Oct 2010 23:38:33 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 39940 invoked by uid 500); 1 Oct 2010 23:38:32 -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 39932 invoked by uid 99); 1 Oct 2010 23:38:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 23:38:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.57] (HELO smtp102.prem.mail.sp1.yahoo.com) (98.136.44.57) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Oct 2010 23:38:25 +0000 Received: (qmail 18286 invoked from network); 1 Oct 2010 23:38:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:Mime-Version:Content-Type:From:X-Priority:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=y5cmQCcz9rKDllWmlhS4wFIjMsjQ3VkuX3y/bmZJbTTpxa58JhvHnIcYASFgke/1V/wj4SeoopG6mvE7mLz1jhtS2u/ruA+StlU92m9BIVISOndEcYvb9sDF2yO9i/3azhyijsMzZaC8rLKggrhwooh0dXnp01M8j4P7dYcstLk= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1285976285; bh=I82INN7IiuhSeaZy6rHsXTx276ZLSiOZRZDAzdIcbLk=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:Mime-Version:Content-Type:From:X-Priority:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=EwkZBzkwv1r8TOUaMSnLmnugJD/QO1OXZg29/Jv80+ilOLtzSF7uYrxAbgQV12kXnLSmu/7FS7EXdY5HIH1qvaIV3UKkzObqR8kqvMBjc5UGdd+qJPCL+MG9793aPz8E+VUMH2DS3/pEiycTUnXiDrSJGFgCzhi+FN2x/cQySkg= Received: from [10.0.1.4] (david_jencks@76.76.148.215 with plain) by smtp102.prem.mail.sp1.yahoo.com with SMTP; 01 Oct 2010 16:38:05 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: 5xfXQccVM1mxZWxdzCDFrILXmkyNtqhdVVgwQyXmwEZHtIH 4mk5rio7rq2Lnh59n6JSNnHAkT8PGKkiVNKg2StHPNm6BLh2zx3ju2NuAeS6 yypRYE4GGbbY0FrowLc7V3.CpZhqKmCGKkDirvkPMNXy7IQ2KqKLYV_ZNROb pJ3X1liC_5EQFUc3tD..MYAGPUdpWoZFm2mlcjjYqsp8P8tmwv3OORHI6iax 4q8gj.Sc3c356rYLXi8Uofz8tDq0ASYsHc4OunYc83MAlZ1_i62oQYlokh3I _2ZDIpfH7qgrFNeL4kQD6iptHjEU.lvYjYhaknE2XJNbra8lMlBtBOMD7 X-Yahoo-Newman-Property: ymail-3 Subject: Re: Dependencies between modules of a multi module project Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: David Jencks X-Priority: 3 In-Reply-To: <20101001231203.26300@gmx.net> Date: Fri, 1 Oct 2010 16:38:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20101001231203.26300@gmx.net> To: "Maven Users List" X-Mailer: Apple Mail (2.1081) Have you run mvn install? david jencks On Oct 1, 2010, at 4:12 PM, Iron Eagle wrote: > Hi there, >=20 > I have a multi module project with a parent, module A and module B. I = configured each module pom with the parent and added the modules to the = parent pom. >=20 > Module B depends on module A, so I added the dependency in module B. = When I now package or compile the entire project within the parent = directory, first module A is created and then module B is creates = successfully with module A. >=20 > But when I try to compile module B within the directory of module B, = maven tells me, that the dependency to module A can not be resolved. Can = this behaviour changed, so that it is possible to compile module B = within its directory successfully? > --=20 > GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit=20 > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org