diff options
Diffstat (limited to 'modules/jmx/pom.xml')
-rw-r--r-- | modules/jmx/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml index 99121a79..aedcd603 100644 --- a/modules/jmx/pom.xml +++ b/modules/jmx/pom.xml @@ -27,6 +27,8 @@ <groupId>com.theoryinpractise</groupId> <artifactId>clojure-maven-plugin</artifactId> <configuration> + <temporaryOutputDirectory>false</temporaryOutputDirectory> + <compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly> <namespaces> <namespace>clojure\.contrib\.jmx\.Bean</namespace> </namespaces> |