https://github.com/apache/geronimo-gshell
Mirror of Apache Geronimo gshell
https://github.com/apache/geronimo-gshell
geronimo http java javaee network-server web-framework
Last synced: 10 months ago
JSON representation
Mirror of Apache Geronimo gshell
- Host: GitHub
- URL: https://github.com/apache/geronimo-gshell
- Owner: apache
- License: apache-2.0
- Created: 2009-07-01T08:14:25.000Z (over 16 years ago)
- Default Branch: trunk
- Last Pushed: 2023-09-26T19:41:06.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:16:55.874Z (10 months ago)
- Topics: geronimo, http, java, javaee, network-server, web-framework
- Language: Java
- Size: 6.66 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
+----------+
| Building |
+----------+
# Helpful to build & test...
mvn "$@"
rm -rf gshell-*-SNAPSHOT
gunzip -c ./gshell-assembly/target/gshell-*-bin.tar.gz | tar xf -
./gshell-*/bin/gsh "$@"