Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 50108 invoked from network); 1 Oct 2010 22:08:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 22:08:20 -0000 Received: (qmail 62727 invoked by uid 500); 1 Oct 2010 22:08:18 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 62620 invoked by uid 500); 1 Oct 2010 22:08:17 -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 62612 invoked by uid 99); 1 Oct 2010 22:08:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 22:08:17 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kittle31@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 22:08:11 +0000 Received: by wyf19 with SMTP id 19so3725041wyf.30 for ; Fri, 01 Oct 2010 15:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Cmx3IRdS4BEoFYH8KRb/SnzQd/MaU1mpJ1rV4Czvttw=; b=u2VSY1uXDWsmPO6KFMRKK/6rZoAllMaOHOYHfWbxZT0+EwsdlSjrVSGbMd7r1a+riU yezXeiNFAYVHSzSxX20ZFNUugRSQ5opuY15J9EJuvG/VXKN0ov4stn34VEarxnRjeG/w +EV7YUoFFrIfXHRWM5CTeVmh4W5JNr+eZ1YWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uhwmKkkTtmlihOdLGG2dZ4lBqO7Jqnn+KCwEnAHjkJDQGPyPq1Dt+SIzBkTacq73NG zjusexLJUe0mSnGqVpS5pVQ/QjaZi3vOiNuy1HqEU3z7P093ffIy5JB5tvqUOuDIcuhF k91T07T9qBEU0/bAIvXPTg0gXuGf9Ezb0PJjI= MIME-Version: 1.0 Received: by 10.216.28.77 with SMTP id f55mr2626145wea.91.1285970870217; Fri, 01 Oct 2010 15:07:50 -0700 (PDT) Received: by 10.216.236.140 with HTTP; Fri, 1 Oct 2010 15:07:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Oct 2010 15:07:50 -0700 Message-ID: Subject: Re: Problem unpacking dependencies From: Jon Paynter To: Maven Users List Content-Type: multipart/alternative; boundary=00504502cd36e92cc30491956c2d --00504502cd36e92cc30491956c2d Content-Type: text/plain; charset=ISO-8859-1 On Fri, Oct 1, 2010 at 3:02 PM, Phillip Hellewell wrote: > On Fri, Oct 1, 2010 at 3:58 PM, Jon Paynter wrote: > > Also it seems I misspoke earlier: > > > http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html > > the copy-dependencies goal Does have listed as an available > > option. > > > > What does your plugin configuration look like? > > Oh, I'm doing an unpack-dependencies, not a copy-dependencies. I > don't want to simply copy the files I want to unzip them (except the > pom of course). If I change it to copy-dependencies the error goes > away, but it is only copies the .pom file not the .zip that was > produced with the "assembly" plugin. > you can also try adding: true inside the configuration for your assembly. this will mark the generated assembly as "attached" so it will behave like any other artifact thats generated from a project. > > Do you still want to see my configuration? > > yes, please post your entire pom. --00504502cd36e92cc30491956c2d--