Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 43767 invoked from network); 1 May 2006 14:46:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 14:46:18 -0000 Received: (qmail 32717 invoked by uid 500); 1 May 2006 14:46:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 32669 invoked by uid 500); 1 May 2006 14:46:11 -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 32658 invoked by uid 99); 1 May 2006 14:46:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 07:46:11 -0700 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 wim.deblauwe@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wproxy.gmail.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 07:46:10 -0700 Received: by wproxy.gmail.com with SMTP id 71so2152300wri for ; Mon, 01 May 2006 07:45:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Gtnjuidbbl+h8DPHzSdN4oef5JAeSgZEqATidJHzYOLDvU7BoQ9yX/ls5GTo9UBEo8Dge29raDa1vyccnbuq3i+Pexb/Nm2FBc/vvMS/vNUWC9cFx2sasFRD0GMLLYWwtFPJthZoN1lV1d4CEcz2CJK8tyKVEc59gdCm4Vk64oE= Received: by 10.54.111.5 with SMTP id j5mr4448983wrc; Mon, 01 May 2006 07:45:49 -0700 (PDT) Received: by 10.54.102.16 with HTTP; Mon, 1 May 2006 07:45:49 -0700 (PDT) Message-ID: Date: Mon, 1 May 2006 16:45:49 +0200 From: "Wim Deblauwe" To: "Maven Users List" Subject: Re: maven-antrun-plugin - issue In-Reply-To: <224FA3CABCDD794383847119937C94A801CF1B1A@xmb-sjc-226.amer.cisco.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11650_17485289.1146494749558" References: <224FA3CABCDD794383847119937C94A801CF1B1A@xmb-sjc-226.amer.cisco.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11650_17485289.1146494749558 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The inheritance of the parent pom's can be multiple levels. So you can have parent-all that defines all things common for jars, wars, ejbs, ... and the= n a parent-ejb pom that you use as a parent for the ejb projects that defines the ejb specific things (and has parent-all as his parent) regards, Wim 2006/5/1, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco) : > > > I have some ant tasks which needs to be executed only if packaging is > "ejb". > But don't want to repeat this code in all ejb POMs. > So thought of adding this to a parent POM, which all other modules (many > components- ejbs, wars, jars, ears, etc) inherit. > > So in order to make sure that this gets executed only for ejb projects, > I want to check, > > > > > ant tasks details... > > > > Does this makes sense ? > > -Jagan > > > -----Original Message----- > From: Kenney Westerhof [mailto:kenney@apache.org] > Sent: Monday, May 01, 2006 2:42 AM > To: Maven Users List > Subject: Re: maven-antrun-plugin - issue > > On Mon, 1 May 2006, Jagan Padmanabha Pillai -X (jpadmana - Insight > Solutions, Inc. at Cisco) wrote: > > Can you give me an example of what you're doing? A POM snippet for > example? > > It's true that > > > does not work. It's on my todo list. > > -- Kenney > > > > > Hi, > > > > ANT condition doesn't seem to work while using > maven-antrun-plugin. > > I have added the ant-contrib dependency. > > > > Could someone please let me know what may be the issue. Please send me > > > a sample code if you have any. > > > > Thanks > > -Jagan > > > > > > > > -- > Kenney Westerhof > http://www.neonics.com > GPG public key: http://www.gods.nl/~forge/kenneyw.key > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > ------=_Part_11650_17485289.1146494749558--