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 44C61C1D0 for ; Sun, 6 May 2012 19:05:11 +0000 (UTC) Received: (qmail 25589 invoked by uid 500); 6 May 2012 19:05:09 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 25518 invoked by uid 500); 6 May 2012 19:05:09 -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 25509 invoked by uid 99); 6 May 2012 19:05:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2012 19:05:09 +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 waynefay@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2012 19:05:01 +0000 Received: by obfk16 with SMTP id k16so10006160obf.30 for ; Sun, 06 May 2012 12:04:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UwmZZ9AiBEYR81KrU4TFi7hmL+CWL/9ggrBo2ielUQQ=; b=c090MPa219mx4VrBHZ7t8BrItvd/SwWx4JmIulnEr7IHKb7w5z+W9jxK/3s7i30n3G NBWBryqdwKE1ZheGK4anYrflPt2ADGqjc/BWy190UGTkPgmxxtxSHRLdKqywEPTTVsAi 8/ttajoH1KAHBKxVJ5FcOD2Y71wju8Gr3fnP6I6MnD41FkdrD+l54diIM89ZYYAOWBUk iLfDN9KBUIPS66fFyWTs5FI/BCctfMifCb/IhkMpI4wljeZq1oQ5xNm1mhV3xkQRtH4b sueyzRo0mId/u3ks9edZR7ZAnp5wOvHX9reId3hyKuEL7tpGCfp438cm7/wphckQelNh 9XNA== Received: by 10.182.5.132 with SMTP id s4mr2797834obs.65.1336331079862; Sun, 06 May 2012 12:04:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.36.42 with HTTP; Sun, 6 May 2012 12:04:19 -0700 (PDT) In-Reply-To: References: From: Wayne Fay Date: Sun, 6 May 2012 14:04:19 -0500 Message-ID: Subject: Re: including src/main/webapp with maven-shade-plugin plugin To: Maven Users List Content-Type: text/plain; charset=UTF-8 > Is there any way to include the default src/main/webapp into the output of > the uber jar generated by the maven-shade-plugin? > As it stands now, I'm only getting src/main/resources, and I'd rather not > move src/main/webapp into src/main/resources. Use build-helper-maven-plugin to add this resource path to the build. But I think you are probably misusing or abusing the shade plugin. Why don't you describe the real use case in more detail? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org