Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 42643 invoked from network); 1 Oct 2010 22:00:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 22:00:07 -0000 Received: (qmail 46633 invoked by uid 500); 1 Oct 2010 22:00:05 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46489 invoked by uid 500); 1 Oct 2010 22:00:04 -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 46481 invoked by uid 99); 1 Oct 2010 22:00:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 22:00:04 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sshock@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 21:59:57 +0000 Received: by qyk1 with SMTP id 1so3582970qyk.9 for ; Fri, 01 Oct 2010 14:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=MbnJF6XaoWNDJ8BfiEPDnP8DL+JJ3dFtR0le08R7Fco=; b=DDd61QAUqwmv2utpgwg2F0228EmP7H7ceqQxFxTzccRmIhzlKqKRmUw83An55cshF2 CAZ8B97xrns0ai9a4Hz2xvNA2yUACxyapHIQtG5JGo96A+JOQIHPByM2yfXMdfCTH385 FmP13oZDMf85MUwnJlODNAQfzaRcGn1xCeIR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=oLNLYiYSRa++Q7x8W/LddP4MCUHcDx9uTwm1Bw6a5YPr0NJNnLmAL+yv05xLmxmg28 0/6BgMTbARDanpLjHyKSP6K8qPNSWzp/9bl50b6SUVDY0uUye6KHHjzqeXYsPVus5ECC RKFOBIk3TR/BnAnYv3HtnWH5cIssEX36Jj5pk= Received: by 10.224.19.103 with SMTP id z39mr3915388qaa.348.1285970376427; Fri, 01 Oct 2010 14:59:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.47.21 with HTTP; Fri, 1 Oct 2010 14:59:12 -0700 (PDT) In-Reply-To: <9D29FD18CBD74A478CBA86E6EF6DBAD40590A764@CHI4EVS04.corp.transunion.com> References: <9D29FD18CBD74A478CBA86E6EF6DBAD40590A764@CHI4EVS04.corp.transunion.com> From: Phillip Hellewell Date: Fri, 1 Oct 2010 15:59:12 -0600 Message-ID: Subject: Re: Problem unpacking dependencies To: Maven Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 1, 2010 at 3:52 PM, Haszlakiewicz, Eric wrote: > > Do you have the right type specified in your /project/dependencies/depend= ency element? =C2=A0If you're trying to unpack a zip type dependency it nee= ds to be listed as such in both the dependency element and the plugin confi= guration. The dependency uses packaging type is "pom", but when deployed it includes both a .pom and a .zip because I use the assembly plugin to package up some stuff into a zip. I've tried specifying both pom and zip in my plugin configuration and no matter what I get that error, because apparently it is trying to unpack the pom file. It sounds like I need to make it skip the pom file, but false that Jon mentioned didn't help :( Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org