Hi all,
I've some test resources (that are specific for a particular task) zipped in /test/resources/my.zip
.
I want to extract the zip content to /target
during the maven's Test Phase.
Do you know what should I specify in the pom.xml
to achieve this?
Thanks