Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AADC9B2D for ; Sun, 4 Mar 2012 08:45:00 +0000 (UTC) Received: (qmail 21918 invoked by uid 500); 4 Mar 2012 08:44:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 21403 invoked by uid 500); 4 Mar 2012 08:44:51 -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 21343 invoked by uid 99); 4 Mar 2012 08:44:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 08:44:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [211.29.132.185] (HELO mail04.syd.optusnet.com.au) (211.29.132.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 08:44:41 +0000 Received: from steves-mbp.resolvesw.com.au (c122-106-232-219.belrs3.nsw.optusnet.com.au [122.106.232.219]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id q248iGcg011731 for ; Sun, 4 Mar 2012 19:44:18 +1100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: EAR project produces application.xml, but EJB module is missing From: Stephen Coy In-Reply-To: <000001ccf952$f0e84490$d2b8cdb0$@eu> Date: Sun, 4 Mar 2012 19:44:16 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <26FA0DDB-CAF3-4F9C-A739-F1FB814E2B0E@resolvesw.com> References: <000001ccf952$f0e84490$d2b8cdb0$@eu> To: "Maven Users List" X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org The number one reason I've had this problem in the past is forgetting to = specify: ejb in the dependency declarations for EJB jars. On 04/03/2012, at 2:33 AM, Markus KARG wrote: > Maven 3.0.4 is producing application.xml containing entries = for > some dependencies (RAR modules), but which is missing entries = for > other dependencies (EJB modules). This is weird as the pom more or = less is > empty. It just contains the dependencies (RAR modules and EJB modules) = and > Java EE version (6). So I assume one cannot do wrong. Is that a bug in = Maven > or what the heck is the trick to get entries for EJB modules? >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org