>-----Original Message----- >From: Phillip Hellewell [mailto:[email protected]] >Sent: Friday, October 01, 2010 4:46 PM >To: Maven Users List >Subject: Re: Problem unpacking dependencies > >On Fri, Oct 1, 2010 at 3:34 PM, Phillip Hellewell <[email protected]> wrote: >> On Fri, Oct 1, 2010 at 3:23 PM, Phillip Hellewell <[email protected]> >wrote: >>> >>> Thank you very much. I will give it a try. >> >> Hmm, it's giving me this error: "Embedded error: No such archiver: >'pom'." >> >> I tried adding <type>zip</type> to my configuration but that didn't >> help. What could I be doing wrong?
Do you have the right type specified in your /project/dependencies/dependency element? If you're trying to unpack a zip type dependency it needs to be listed as such in both the dependency element and the plugin configuration. eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
