Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 42727 invoked from network); 17 Jan 2006 16:05:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 16:05:11 -0000 Received: (qmail 40334 invoked by uid 500); 17 Jan 2006 16:04:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 40301 invoked by uid 500); 17 Jan 2006 16:04:56 -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 40290 invoked by uid 99); 17 Jan 2006 16:04:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 08:04:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of karthikveeramani@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 08:04:55 -0800 Received: by wproxy.gmail.com with SMTP id i28so1508700wra for ; Tue, 17 Jan 2006 08:04:35 -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; b=COJcGcUmukIpZQgHLhOD62X25YDogYekt0d5hRIRxIGNCMnur9FJlW/Cs03TED/p4kD3OFAp0npSwQ+DIrgdxvqAPJZnj6IbUXp7iI9pyA2F6dHzkqh9qoVNtne2yHu8XiXhRWnh0gxpmp2XZk65Kghne+vQ77/2S5E93Gn6Kn8= Received: by 10.65.186.10 with SMTP id n10mr3881812qbp; Tue, 17 Jan 2006 08:04:35 -0800 (PST) Received: by 10.65.11.2 with HTTP; Tue, 17 Jan 2006 08:04:35 -0800 (PST) Message-ID: Date: Tue, 17 Jan 2006 11:04:35 -0500 From: Karthik V To: Maven Users List Subject: Ear file doesnt contain war and jar MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35859_13962063.1137513875036" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_35859_13962063.1137513875036 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have an ear project that needs to pack 2 other projects artifacts (jar an= d war). In the ear project pom, I've added dependencies on both. However, the ear file produced doesnt contain these. How do I fix this problem? ------=_Part_35859_13962063.1137513875036--