dissoc/cloboss


License: Apache-2.0

Language: Clojure


Immutant Build Status

Immutant is an integrated suite of libraries providing commodity services for Clojure applications. This README covers building Immutant. For usage and more details, see http://immutant.org/.

To file an issue, see https://issues.jboss.org/browse/IMMUTANT

Latest Release

Leiningen:

[org.immutant/immutant "2.1.10"]

Maven:

<dependency>
  <groupId>org.immutant</groupId>
  <artifactId>immutant</artifactId>
  <version>2.1.10</version>
</dependency>

Building

Requires Leiningen 2.3.4

From the root of the project, run:

lein modules all

The modules higher-order task will run the task passed to it (e.g. the all alias) in all that project's child modules. If you cd inside one of the child modules, you can just run lein as you normally would, but you should run the above at least once so that interdependent modules are installed in your local repo.

To run the integration tests as part of a full build, build with:

lein with-profile  integs modules all

For information on setting up WildFly for the integration tests, or on running them individually, see the README in integration-tests/.

License

Immutant is licensed under the Apache License, v2. See LICENSE for details.

Project Statistics

Sourcerank 2
Repository Size 17.3 MB
Stars 0
Forks 0
Watchers 1
Open issues 0
Dependencies 0
Contributors 21
Tags 43
Created
Last updated
Last pushed

Top Contributors See all

Toby Crawley Jim Crossley Project:Odd CI Chas Emerick Ben Browning Michiel Borkent Matthias Nehlsen Ryan Fowler Paul Legato Bahman Movaqar Achint Sandhu Matthew Giannini Ian Eslick David Leatherman sundbp Eunmin Kim Kevin Baribeau RJ Nowling Gert-Jan van de Streek Christian Egli

Recent Tags See all

2.1.10 January 22, 2018
2.1.9 June 23, 2017
2.1.8 May 30, 2017
2.1.7 May 18, 2017
2.1.6 January 12, 2017
2.1.5 June 27, 2016
2.1.4 April 20, 2016
2.1.3 March 08, 2016
2.1.2 January 08, 2016
2.1.1 November 13, 2015
2.1.0 September 01, 2015
2.0.2 June 22, 2015
2.0.1 May 15, 2015
2.0.0 April 17, 2015
2.0.0-beta3 April 13, 2015

Something wrong with this page? Make a suggestion

Last synced: 2024-02-19 20:50:20 UTC

Login to resync this repository