Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34056C3C6 for ; Tue, 23 Jul 2013 07:09:17 +0000 (UTC) Received: (qmail 50514 invoked by uid 500); 23 Jul 2013 07:09:16 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 50436 invoked by uid 500); 23 Jul 2013 07:09:10 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 50424 invoked by uid 99); 23 Jul 2013 07:09:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 07:09:09 +0000 X-ASF-Spam-Status: No, hits=2.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of clevers594@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 07:09:02 +0000 Received: by mail-wi0-f181.google.com with SMTP id hq4so2683113wib.8 for ; Tue, 23 Jul 2013 00:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=2KMGh4+vkPfKxZ75x+8cNV/E3X976Aseaci0whBvE/s=; b=VkV75kxdLBphUUvdi2rOCNpjvws0KCe8LgCarAev9UUeVpSksQwfcA54p+4b9xrPKZ tkvVvf6hnJHomniRqNButlGmXfpOt24UknKIMYktRXNWxEUXCRstOmx95IW+kbPDkc7R 9DhRaz/jRTJif4TLi6tt607GAxBs3MVQVPa9r2rGzLcqom396M7w7y1yBLU99y9RF4GJ i5scRqwDhmF7BGVoZ57gLAWcyBtJill7ryaEu8OO9iKMCKSs+v9AZqq0pPuikaetwAgV jdrukmedoZXgSYO8eAgU5w0iFBVqD1Z/T1a/XXBCQXbaTW8Ur+D9YAwAjuLzTfYe8m2s CaXQ== MIME-Version: 1.0 X-Received: by 10.194.82.97 with SMTP id h1mr21673922wjy.95.1374563322196; Tue, 23 Jul 2013 00:08:42 -0700 (PDT) Received: by 10.194.95.234 with HTTP; Tue, 23 Jul 2013 00:08:42 -0700 (PDT) Date: Tue, 23 Jul 2013 15:08:42 +0800 Message-ID: Subject: How to resolve the SNAPSHOT Dependency when using maven-bundle-plugin to generate MANEFEST.MF file From: liugang594 Liu To: users@felix.apache.org Content-Type: multipart/alternative; boundary=047d7beb9abc8a798804e22876a5 X-Virus-Checked: Checked by ClamAV on apache.org --047d7beb9abc8a798804e22876a5 Content-Type: text/plain; charset=ISO-8859-1 Hi All: I want to use maven-bundle-plugin to generate a MANEFEST.MF file, the configuration of it looks like: org.apache.felix maven-bundle-plugin 2.4.0 bundle-manifest process-classes manifest eclipse-plugin <_include>-osgi.bnd All dependencies expect to include as Bundle-classpath, but I always get a problem: the SNAPSHOT qualifier will be replaced by some timestamp. this is not correct, the SNAPSHOT qualifier should be kept without change. But I didn't find how I can configure this pom to make it work. I appreciate if anybody can give an answer -- Thanks GangLiu MSN: liugang_0011@hotmail.com --047d7beb9abc8a798804e22876a5--