I have a jar that uses a manifest for some of its dependencies which are packed up into a jar using maven.
Is it possible to run the jar with both the internal packaged up jars, which are described in the manifest, and jars that I pass using -cp at application launch?
Or is it one or the other?