Way to force maven to include all the dependencies in a single jar file?
we have a project the builds into a single jar file. we want the classes from dependencies to be copied into the jar as well.
Update: We know that we can't just include a jar file in a jar file. We are searching for a way to unpack the jars that are specified as dependencies and package the class files into my jar.