Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 49328 invoked from network); 29 Jan 2010 15:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jan 2010 15:49:26 -0000 Received: (qmail 48220 invoked by uid 500); 29 Jan 2010 15:49:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 48105 invoked by uid 500); 29 Jan 2010 15:49:23 -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 48095 invoked by uid 99); 29 Jan 2010 15:49:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2010 15:49:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aaytekin@gmail.com designates 209.85.220.225 as permitted sender) Received: from [209.85.220.225] (HELO mail-fx0-f225.google.com) (209.85.220.225) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2010 15:49:15 +0000 Received: by fxm25 with SMTP id 25so656326fxm.36 for ; Fri, 29 Jan 2010 07:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Dhy4s4LEWfoKIDxbIFu2A/0YRNanWXQuWYSx2OP8cNE=; b=hAWPlePJm3u5bB4ReTpNEOUbZXFgDX+6sHT0KraCodVgX/NHwUBSeUGo07CY0zxOxu 46UVKynq/W/cIDSuWQGquRV0NBMVGP+3Xm53ZomGv+/kguUbcj1eZBt1VhyBMz08GbPU iKFdNh/KfU/laV5WUb9KTk2KfAaXozReVkJo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rMpzDq2PMIvMoexbxzl824YK2Ehtl+vwy/n0BafVz3o0S9O1QYSm/yJhaHjZ6NUZZn tIODDSn3SNEe8KzH+0eqsfkAu6J4oru+g3n7W8dqeAj64XNXLqPKtfxmDuonmX80LxZA 7bTqBBheHUc5Nv0PP5nnfA73xaHYKEdV6dkR0= MIME-Version: 1.0 Received: by 10.223.75.66 with SMTP id x2mr957647faj.7.1264780135073; Fri, 29 Jan 2010 07:48:55 -0800 (PST) Date: Fri, 29 Jan 2010 17:48:55 +0200 Message-ID: <99e64771001290748h6ce77cf3qde365b9ebcfe2c0@mail.gmail.com> Subject: Eear libraries classpath From: Maruf Aytekin To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi All We are creatign an ear as a result artifact of a maven project. In the ear file we package all libraries with the final names without verison numbers. Maven creates classpaths for those libraries with the names+versions. Example: We have an EAR package contains Module A and B Module A depends on Module B ModuleA's manifest-mf: Implementation-Title: Module A Implementation-Version: 1.5.2-SNAPSHOT Implementation-Vendor-Id: vendor id Class-Path: ModuleB-1.5.2-SNAPSHOT.jar ModuleB's manifets mf: Implementation-Title: Module B Implementation-Version: 1.5.2-SNAPSHOT Implementation-Vendor-Id: vendor id EAR PAckage: ---- ModuleA.jar ---- ModuleB.jar Is this a problem; having ModuleB as ModuleB.jar in ear package? Can ModuleA fsee ModuleB on the classpath? If the answer is no, how do I addd dependencies to the manifest.mf classpath without version numbers only with the finalNames? Many thanks for your help. Regards Maruf --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org