Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stigkj/executable-war
An attempt to create a framework for building an executable WAR, based on code from Jenkins, an amazing CI server by Kohsuke Kawaguchi
https://github.com/stigkj/executable-war
Last synced: about 2 months ago
JSON representation
An attempt to create a framework for building an executable WAR, based on code from Jenkins, an amazing CI server by Kohsuke Kawaguchi
- Host: GitHub
- URL: https://github.com/stigkj/executable-war
- Owner: stigkj
- License: other
- Created: 2010-02-12T09:01:44.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-09T15:37:22.000Z (over 13 years ago)
- Last Synced: 2023-12-21T11:54:26.075Z (about 1 year ago)
- Language: Java
- Homepage: http://wiki.github.com/stigkj/executable-war
- Size: 250 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
executable-war
===========================
Write the how-to use it hereOther examples of plugins that makes runnable wars:
[jetty-console-maven-plugin](http://simplericity.com/2009/11/10/1257880778509.html)
[winstone-maven-plugin](http://blog.jayway.com/2008/11/28/executable-war-with-winstone-maven-plugin)
[executable-war-archetype](http://code.google.com/p/executable-war-archetype)
[executable-war](http://github.com/jfrichard/executable-war)
[executablewar (Android)](http://android.git.kernel.org/?p=tools/executablewar.git)Kohsuke Kawaguchi's blog post on the topic:
http://weblogs.java.net/blog/2007/02/11/hudson-became-self-executableLicensing
=========
Licensed under the [MIT License].Copyright (c) 2011-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other contributers (see [AUTHORS] file for credit).
The Wiki
========
The [wiki][] probably has the answers to any other questions you may have.[wiki]: http://wiki.github.com/stigkj/executable-war
[MIT License]: https://github.com/stigkj/executable-war/raw/master/LICENSE
[AUTHORS]: https://github.com/stigkj/executable-war/raw/master/AUTHORS