aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/condition/pom.xml13
-rw-r--r--modules/fnmap/pom.xml13
-rw-r--r--modules/jmx/pom.xml13
-rw-r--r--modules/repl-ln/pom.xml13
4 files changed, 52 insertions, 0 deletions
diff --git a/modules/condition/pom.xml b/modules/condition/pom.xml
index 53113fc7..2bdd2daf 100644
--- a/modules/condition/pom.xml
+++ b/modules/condition/pom.xml
@@ -23,4 +23,17 @@
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.theoryinpractise</groupId>
+ <artifactId>clojure-maven-plugin</artifactId>
+ <configuration>
+ <namespaces>
+ <namespace>clojure\.contrib\.condition\.Condition</namespace>
+ </namespaces>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml
index 7785e3e5..ec919aaf 100644
--- a/modules/fnmap/pom.xml
+++ b/modules/fnmap/pom.xml
@@ -11,4 +11,17 @@
<relativePath>../parent</relativePath>
</parent>
<artifactId>fnmap</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.theoryinpractise</groupId>
+ <artifactId>clojure-maven-plugin</artifactId>
+ <configuration>
+ <namespaces>
+ <namespace>clojure\.contrib\.fnmap\.PersistentFnMap</namespace>
+ </namespaces>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml
index 08094a48..8011a7e2 100644
--- a/modules/jmx/pom.xml
+++ b/modules/jmx/pom.xml
@@ -18,4 +18,17 @@
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.theoryinpractise</groupId>
+ <artifactId>clojure-maven-plugin</artifactId>
+ <configuration>
+ <namespaces>
+ <namespace>clojure\.contrib\.jmx\.Bean</namespace>
+ </namespaces>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 7fb0aad3..88d7b720 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/pom.xml
@@ -18,4 +18,17 @@
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.theoryinpractise</groupId>
+ <artifactId>clojure-maven-plugin</artifactId>
+ <configuration>
+ <namespaces>
+ <namespace>clojure\.contrib\.repl-ln</namespace>
+ </namespaces>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file