Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EFED17CD8 for ; Wed, 13 May 2015 22:13:36 +0000 (UTC) Received: (qmail 75300 invoked by uid 500); 13 May 2015 22:13:35 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 75257 invoked by uid 500); 13 May 2015 22:13:35 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 75246 invoked by uid 99); 13 May 2015 22:13:35 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 22:13:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 18CACC0DF2 for ; Wed, 13 May 2015 22:13:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dKaZLwPqRXL7 for ; Wed, 13 May 2015 22:13:25 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 7802E43E6A for ; Wed, 13 May 2015 22:13:25 +0000 (UTC) Received: by iebgx4 with SMTP id gx4so45091422ieb.0 for ; Wed, 13 May 2015 15:11:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; bh=n4PGDPKvzX6C4EaN/DC3TPDRmCoDiW54BFzbeLyvDHs=; b=abs7/anPUIR32DJhp8BVPDdP9uFBWDKucAn8+Ed+7t7nUwVbuzRvyA6gZ/CPL7aSnZ LiNjgRynw6YCupnFL4OCpUYQws5Iwk0OpykNpSzwMacBIzrym9eME/IVxk4DgTBSm0ve eYFv3znlrgyeCvd3zkkGv7eZ/hMPHnbR4Xco1FYcJwYW3UbtULjm2vGHJBhXZCWAtTys IYhl1oDzlYgwhlRymIOrwSZtA/lE+1CuCXWmCHvlVaqjRU3A39ahA+GTURxNKbPjg71b pRAxaskluHExGolDAVeov+lBmNsYYEtkCcIBzoZ1+ZgmFH/yj3gBW6m4JmnKaGzrrq58 ZdSQ== X-Gm-Message-State: ALoCoQkgO2PsQe7iEYkLGOs2KH/kBUFnqdWRiaccMCuAGcDG6R4m9uw3siexNLlo7k2GwdyTNbci X-Received: by 10.107.3.163 with SMTP id e35mr1309346ioi.92.1431555114778; Wed, 13 May 2015 15:11:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: James Carman Date: Wed, 13 May 2015 22:11:53 +0000 Message-ID: Subject: Re: Karaf Maven Plugin Not Filtering Resources... To: "dev@karaf.apache.org" Content-Type: multipart/alternative; boundary=001a113ecf7c17e0700515fde6a5 --001a113ecf7c17e0700515fde6a5 Content-Type: text/plain; charset=UTF-8 I figured it out. It was indeed not going after the filtered resources. I created a pull request against 3.0.x and I can whip something up against master if you want also: https://github.com/apache/karaf/pull/61 Please let me know. On Wed, May 13, 2015 at 4:10 PM James Carman wrote: > For illustrative purposes, please refer to this github example: > > https://github.com/jwcarman/karaf-assembly-example > > > > On Wed, May 13, 2015 at 3:43 PM James Carman > wrote: > >> I'm trying to use filtered resources to create a custom distro. >> Unfortunately, no matter what I do, the resources seem to get bundled into >> the distro unfiltered. Is there an example somewhere that shows how to use >> filtered resources (yes, I'm following the instructions on the docs page). >> > --001a113ecf7c17e0700515fde6a5--