Hi, There are several external shared libraries available via http in tar.gz files that I want to include in a jar.
I do not want to check these files into my scm. How do I get maven to 1) Check if they are already present, and if not 2) Download the tarball 3) Uncompress it to my projects src/main/resources folder (I'm distributing shared libraries this way because it's an OSGi bundle that uses JNI libraries) Any advice on combinations of plugins to use? -Adam
