| Author |
how to unzip a file using maven plugin
|
vinitha simon
Ranch Hand
Joined: Dec 13, 2007
Posts: 64
|
|
Hi,
I have a zip file created as a part of the build, I would like to unzip this, I'm not sure how much 'maven-dependency-plugin' would help with this. any thoughts about how to proceed...
TIA
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
|
How about dependency:unpack?
|
[My Blog] [JavaRanch Journal]
|
 |
vinitha simon
Ranch Hand
Joined: Dec 13, 2007
Posts: 64
|
|
I've currently implemented it the following way..
Well, for 'dependency:unpack' I'm not sure if I would be able to provide artifactItems..
I'm just looking for a better way to achieve this...
|
 |
 |
|
|
subject: how to unzip a file using maven plugin
|
|
|