aboutsummaryrefslogtreecommitdiff
path: root/modules/fnmap/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fnmap/pom.xml')
-rw-r--r--modules/fnmap/pom.xml13
1 files changed, 13 insertions, 0 deletions
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