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 AC6B0108AB for ; Fri, 8 Nov 2013 04:01:41 +0000 (UTC) Received: (qmail 38276 invoked by uid 500); 8 Nov 2013 04:01:36 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 38036 invoked by uid 500); 8 Nov 2013 04:01:29 -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 38016 invoked by uid 99); 8 Nov 2013 04:01:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 04:01:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=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 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 04:01:19 +0000 Received: by mail-ie0-f180.google.com with SMTP id e14so2389465iej.39 for ; Thu, 07 Nov 2013 20:00:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=va+ryzOYorTKanIVXVGAglVbAZRPv4Vu6VIrtHZsqN0=; b=sfuBCx2u4evbz6bFjueEGrGUfobIZ9ZZVSv/dLJ7zLzGwpEviLQzxXJl9q8tRFh/Yt 6ji6COBKz1IsAV4iXNq9vKUvTRLdNiqjBu3qNRg+ZxOsVoJhVwlXJBLcEXxrBHiEiITd hUWvR65As02mTzufljX1WzhaL+wxWTYpEC2mLXoDg2Lkj7OwWABp+GL3L9yhjua2aWym +Df9duzlcPIWFedSEFvw8sHzVDuWIcUVW0FeSijty7rpYGXqQ4t9eDBpoaleUvIJ9EnO WxS6vzCXMUzvTStplesPsd7XAFBGnyokmp8LvDwGMytsr8DXEhcvRCvTnASsmYumWrku eArg== X-Received: by 10.50.153.16 with SMTP id vc16mr706920igb.8.1383883258333; Thu, 07 Nov 2013 20:00:58 -0800 (PST) Received: from [192.168.2.63] ([27.251.21.242]) by mx.google.com with ESMTPSA id y10sm1210261igl.4.2013.11.07.20.00.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 20:00:57 -0800 (PST) Message-ID: <527C61F6.5050408@gmail.com> Date: Fri, 08 Nov 2013 09:30:54 +0530 From: Surendran Duraisamy User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: users@maven.apache.org Subject: Custom MANIFEST.MF maven-ejb-plugin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, How can I generate custom class-path: entries in my maven-ejb-plugin. I have 3 jar A.jar, B.jar and C.jar in my maven dependency pom.xml. I need to put only B.jar and C.jar in my Class-Path: entries of my MANIFEST. I cannot use dependency scope provided as my project is referred by another project which require dependency scope compile. Is there any filters in maven-ejb-plugin or I exclude only specific entries in my maven-ejb-plugin. Thanks, --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org