On Tue, May 10, 2011 at 3:19 PM, EJ Ciramella <[email protected]> wrote:
> Is there a simple way to unpack a dependency then unpack an artifact that 
> lives inside that dependency?
>
> We have several third party utilities stored in Nexus and referenced as 
> dependencies, but I'd like to unpack a rar that is nested within a zip.
>
> Is there a maven 2 way or do I just rely on an ant task?

I would probably unpack the zip myself and deploy the rar artifacts to
the repository once, rather than trying to do it every time you build.

How frequently do the third party utilities change?

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to