executablewar 1.0
executablewar 1.0

This is a simple support library to facilitate making a WAR file
into something executable by "java -jar".  Classes underneath of
WEB-INF/lib are unpacked into temporary JAR files and put into
the application ClassLoader, so they can be called from any main
class the application might package into the same WAR.

Signed-off-by: Shawn O. Pearce <sop@google.com>
9 files changed
tree: 3b43cfc4265c43b0c3010b0160fbd48b35450a77
  1. .settings/
  2. src/
  3. .gitignore
  4. COPYING
  5. pom.xml
  6. README