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 1BF7C10484 for ; Tue, 22 Oct 2013 04:59:01 +0000 (UTC) Received: (qmail 29788 invoked by uid 500); 22 Oct 2013 04:58:55 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 29301 invoked by uid 500); 22 Oct 2013 04:58:47 -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 29272 invoked by uid 99); 22 Oct 2013 04:58:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 04:58:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of surendran.d@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 04:58:38 +0000 Received: by mail-wg0-f47.google.com with SMTP id c11so7377386wgh.26 for ; Mon, 21 Oct 2013 21:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=t7yd6BE694K+N2poKQ4CWqDAXFRaJP95onAcuSu5KCI=; b=yl8qQGe+SMzAyQQ03bctMwwLCuvxx7XlUKJ4waC2qYr8nPKc07sIklhiwO3MPhnmUU B/qauWUWcmxlF9roZHI4P7M3fgA4NcQpd210vD8Vwi9pjIVbNiYwdTWhXQZrAGEZHQzH 4+vsksdXfsUnBVYEKDIbfO06Nd/CcRr+tbhGD5eQHRuChryq3bfhFBnyUkCPwTByO0jz djIIE9Lg+FG2xxsFFehF6C6x95F4lmej9dgf4LXk6TA0ZfdS91s841rAbw/JL2vogK0F 0SllckMQ7d5E155lilTUwGTQzhQePYWKmCmXBtiwcMEvQirHrBcFh7H6dm8Q6gBL8r1f Rucg== MIME-Version: 1.0 X-Received: by 10.180.11.37 with SMTP id n5mr12567372wib.25.1382417898246; Mon, 21 Oct 2013 21:58:18 -0700 (PDT) Received: by 10.217.119.66 with HTTP; Mon, 21 Oct 2013 21:58:18 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Oct 2013 10:28:18 +0530 Message-ID: Subject: Re: maven-ear-pugin modify applicaion.xml From: Surendran D To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c25b48c19e1004e94d3f64 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c25b48c19e1004e94d3f64 Content-Type: text/plain; charset=ISO-8859-1 thanks used following setting to get it work. src/main/resources/META-INF/application.xml On Thu, Oct 17, 2013 at 6:26 PM, Wayne Fay wrote: > > I have requirement to exclude some entries in application.xml during ear > > build. > ... > > In my case I need to maintain the same EAR structure in the build but > have > > to exclude entries Alpha.jar and Beta.jar from application.xml during > build. > > I am fairly certain you can provide an application.xml rather than > just taking the one that Maven generates for you. Check the > configuration options & documentation for m-ear-p. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --001a11c25b48c19e1004e94d3f64--