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