executablewar 1.2
Allow running not within a WAR

By setting -DExecutable-War-Package=blah on the JVM arguments we can
support launching code from the ExecutableWarMain without unpacking
it from the WAR file to local disk.  This is handy if you are trying
to run the code through an IDE debugger.

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