Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 28498 invoked from network); 12 Jun 2009 11:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 11:41:23 -0000 Received: (qmail 80265 invoked by uid 500); 12 Jun 2009 11:41:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 80162 invoked by uid 500); 12 Jun 2009 11:41:32 -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 80152 invoked by uid 99); 12 Jun 2009 11:41:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 11:41:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 11:41:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MF581-0004JV-3Z for users@maven.apache.org; Fri, 12 Jun 2009 04:41:01 -0700 Message-ID: <23997323.post@talk.nabble.com> Date: Fri, 12 Jun 2009 04:41:01 -0700 (PDT) From: =?UTF-8?Q?Jacob_Berg=C3=B6=C3=B6?= To: users@maven.apache.org Subject: Unpack some jar files in WEB-INF/classes folder MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jacob.bergoo@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a need to unpack some specific jar files to WEB-INF classes in my war project. The jar files are separate Maven projects and now it get packed in my war file in the WEB-INF/lib folder, but I need them to be extracted to WEB-INF/classes. How do I do this in Maven 2? Thanks for any pointers or examples // Jacob -- View this message in context: http://www.nabble.com/Unpack-some-jar-files-in-WEB-INF-classes-folder-tp23997323p23997323.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org