Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E96AD18F25 for ; Fri, 9 Oct 2015 17:16:22 +0000 (UTC) Received: (qmail 10243 invoked by uid 500); 9 Oct 2015 17:15:48 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 10172 invoked by uid 500); 9 Oct 2015 17:15:48 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 10153 invoked by uid 99); 9 Oct 2015 17:15:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 17:15:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C91621A07D2 for ; Fri, 9 Oct 2015 17:15:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=basistech.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id epEwhBX2WKez for ; Fri, 9 Oct 2015 17:15:47 +0000 (UTC) Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id E2A01203BC for ; Fri, 9 Oct 2015 17:15:46 +0000 (UTC) Received: by obbzf10 with SMTP id zf10so67101672obb.2 for ; Fri, 09 Oct 2015 10:15:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basistech.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=TFQh3NKT3PfNIuEre+L1GknKB42cL61lrhLdTTWWAZc=; b=nF8eOTLEF05VxPGRk2ioylTm8oBaFliVTKF6gFLBpLousJruWakBXV3NlL3FQ1Df92 PJGElsHdiobvudedqxDfQtxqVvbPA7w3SOm5xWpkvNMlZh56TUOBwkllDQF2GKH7go3r i+1kx0cWMGrfEh70Jva4tKnIcbxaHDSq6PanM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=TFQh3NKT3PfNIuEre+L1GknKB42cL61lrhLdTTWWAZc=; b=kCEifrJCANPpax3kuA+bx8JfAv4i7UEwpUJXBxqKZIIhaUSp66TuHYA43WRmC7alou f8oIK9C2I8Q0lCAFBqxxSX9hPkLuLSpmuqzbKEjlJqaCGLFuQjpFs3Xcii4oEleemBu0 Lc7NZqOaz0zMPccawbL98Bx34CrsSnjT1ycIuQs/xz0dk9lVJNiUkKNsN6oxdplB4nuT TW1zRvL3kKiDpOCyleSiUS5OnNRcSOj54suPdGRwxatDvUJqJrEuGL25wvJ+pvKiKoKj XCzATkA+030AgEEpICOtHPxQhPyohSKM10fA7v6zAdKNpcDcvVwxVE08JwJPh/ZFFNhJ EMHQ== X-Gm-Message-State: ALoCoQkxdUbKqgD0xrD5SfRpJXEPpWMJ73fJR/UZXr28BOSH7mjz/YvgWZ0QPp8ofuAMmQgbBKx2 MIME-Version: 1.0 X-Received: by 10.182.128.232 with SMTP id nr8mr8582352obb.8.1444410939928; Fri, 09 Oct 2015 10:15:39 -0700 (PDT) Received: by 10.76.79.106 with HTTP; Fri, 9 Oct 2015 10:15:39 -0700 (PDT) Date: Fri, 9 Oct 2015 13:15:39 -0400 Message-ID: Subject: What version of Maven is the maven-bundle-plugin minimally trying to require? From: Benson Margulies To: dev@felix.apache.org Content-Type: text/plain; charset=UTF-8 I'm trying to build some new functionality, and getting tangled up in the antique dependencies, and wondering if I can just push it to the Maven 3.x pattern altogether.