Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Keep directory turds beneath target/
  • Loading branch information
jcrossley3 committed Apr 13, 2015
1 parent f984d1c commit d7707d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -13,4 +13,3 @@ pom.xml.asc
.lein-repl-history
/.nrepl-port
wildfly-*
hornetq-data
5 changes: 4 additions & 1 deletion project.clj
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/immutant "2.x.incremental.543"]
[org.immutant/immutant "2.x.incremental.561"]
[compojure "1.3.1"]
[ring/ring-devel "1.3.1"]
[org.clojure/core.memoize "0.5.6"]
Expand All @@ -20,4 +20,7 @@
:uberjar-name "demo-standalone.jar"
:profiles {:uberjar {:aot [demo.core]}}
:min-lein-version "2.4.0"
:jvm-opts ["-Dhornetq.data.dir=target/hornetq-data"
"-DObjectStoreEnvironmentBean.objectStoreDir=target/ObjectStore"
"-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=target/ObjectStore"]
:aliases {"msg-client" ["run" "-m" "demo.remote-messaging-client"]})

0 comments on commit d7707d5

Please sign in to comment.