______
.~ ~. |`````````, .'. ..'''' | |
| |'''|''''' .''```. .'' |_________|
| | `. .' `. ..' | |
`.______.' | `. .' `. ....'' | |
The Common Reusable SHell (CRaSH) is a shell designed for extending Java programs and the Java Virtual Machine.
- Website : http://www.crashub.org
- Downloads: http://code.google.com/p/crsh/downloads/list
- JIRA: http://jira.exoplatform.org/browse/CRASH
- Documentation: http://www.crashub.org
- Continuous Integration: https://vietj.ci.cloudbees.com/job/CRaSH/
CRaSH can be obtained by cloning the Git repository [email protected]:crashub/crash.git
git clone [email protected]:crashub/crash.git
CRaSH is built with Maven.
mvn install
it will produce several files:
shell/core/target/crsh-core-${version}-standalone.jar
: the standalone jarshell/packaging/target/crsh-${version}.tar.gz
: the standalone tar gzshell/packaging/target/crsh-${version}.war
: the web archive packageexo/jackrabbit/target/crsh.jcr.jackrabbit-${version}.war
: the exo jcr web archivejcr/jackrabbit/target/crsh.jcr.jackrabbit-${version}.war
: the jackrabbit jcr web archive
The maven release is build with the release profile.
mvn install -Prelease
It will produce:
distrib/target/crsh-${version}.tar.gz
: the full distribution