aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-03-19 16:20:06 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-03-19 16:20:06 -0400
commit1923b54ddfefdadd62eafa4b70a28b22b537f160 (patch)
treeff70dc3f23c8d7cd3a7d29377bc1faf061f6d24d
parentf7a454fba2e2f8fea30dedd9f58a13d73b54f2ec (diff)
Update POM to clojure-maven-plugin 1.3.2
No longer need list of test namespaces to AOT-compile
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ad9dfaa2..6b80996b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2</version>
<configuration>
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<namespaces>
@@ -96,7 +96,6 @@
<namespace>clojure\.contrib\.conditition\.Condition</namespace>
<namespace>clojure\.contrib\.repl-ln</namespace>
<namespace>clojure\.contrib\.pprint\.gen-class</namespace>
- <namespace>clojure\.contrib\..*test-.*</namespace>
</namespaces>
</configuration>
<executions>