File: README

package info (click to toggle)
jarjar-maven-plugin 1.9-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: java: 2,024; xml: 204; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
Jar Jar Links is a 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.

Further information is available from http://code.google.com/p/jarjar/