I created an RPM using the Maven RPM Plugin.
When I try to extract the RPM USING rpm2cpio foo.rpm | cpio -idmv
, I get multiple jars - one for the actual application and one jar for each dependency.
Is there a way for me to extract the RPM into a single fat/uber JAR?