Hi, I need to extract all (transitive) dependencies of my *.war and *.ear files into one directory. How can I do this?
I thought about maven-dependency-plugin, but - unpack and unpack-dependencies unpacks the whole tree structure (WEB-INF\lib\....) including all files - copy and copy-dependencies only copies the *.war or *.ear itself - not the <scope>runtime</scope> dependencies. Thanx for any idea Torsten
