aboutsummaryrefslogtreecommitdiff
path: root/modules/fnmap/pom.xml
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-11-26 09:44:09 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-11-26 09:44:09 -0500
commita579d18512eaa2e61483b664a02fe18e47ee2c08 (patch)
tree459c82a4c97e753e007e4d5db2c2ee86a4a5a5a3 /modules/fnmap/pom.xml
parent60e7162a5a29615cae3e6d494a3653c34b6ddb66 (diff)
Adapt POMs to use new contrib parent POM
Diffstat (limited to 'modules/fnmap/pom.xml')
-rw-r--r--modules/fnmap/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml
index 0dcfaca6..ee4b0964 100644
--- a/modules/fnmap/pom.xml
+++ b/modules/fnmap/pom.xml
@@ -8,20 +8,14 @@
<relativePath>../parent</relativePath>
</parent>
<artifactId>fnmap</artifactId>
- <dependencies>
- <!-- AOT-compilation necessitates a specific Clojure dependency. -->
- <dependency>
- <groupId>org.clojure</groupId>
- <artifactId>clojure</artifactId>
- <version>${clojure.version}</version>
- </dependency>
- </dependencies>
<build>
<plugins>
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<configuration>
+ <temporaryOutputDirectory>false</temporaryOutputDirectory>
+ <compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<namespaces>
<namespace>clojure\.contrib\.fnmap\.PersistentFnMap</namespace>
</namespaces>