Thursday, April 12, 2012

Unpacking a .tgz file in maven

Is there a maven plugin that can do this. Currently I am using the ant plugin but I was wondering if there was another way.



Thanks.





1 comment:

  1. Check out http://evgeny-goldin.com/wiki/Maven-copy-plugin#Archiving, specifically the unpack option:

    •http://evgeny-goldin.com/wiki/Maven-copy-plugin#Unpacking_archives:_.3Cunpack.3E

    ReplyDelete