
Utility that makes it easy to repackage java libraries and embed them into your own distribution. this is useful for two reasons: - you can easily ship a single jar file with no external dependencies. - you can avoid problems where your library depends on a specific
version of a library, which may conflict with the dependencies of
another library.
this package provide a maven plugin for java to allow plug this into maven build system.