aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-02-01 12:52:32 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-02-01 12:52:32 -0500
commit2c07978bae91caf96b69e1c20ae876065a2dc7f2 (patch)
tree7554028206986bdccfb39ae62f0659030cec7319
parent4e62c17070e96d5801894a844a585fd10e56e3cc (diff)
Add test namespaces to be compiled in POM
Current clojure-maven-plugin does not run tests unless they are AOT-compiled.
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 234ad750..bb064dd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<namespace>clojure\.contrib\.conditition\.Condition</namespace>
<namespace>clojure\.contrib\.repl-ln</namespace>
<namespace>clojure\.contrib\.pprint\.gen-class</namespace>
- <namespace>clojure\.contrib\.test-contrib\..*</namespace>
+ <namespace>clojure\.contrib\..*test-.*</namespace>
</namespaces>
</configuration>
<executions>