In a Maven project, I have a zip containing a directory, which I need the content from. I.e.
foo.zip
somedir
content
I don't know the name of somedir
. But there's just this one dir.
How can I get content
into some specific dir? (target
)